Html Css Color HEX #3AFBBB Turquoise

📋 copy color: '#3AFBBB'

red 58 ◦ green 251 ◦ blue 187

#3AFBBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #3AFBBB

Tints of Turquoise #3AFBBB

RGB

 RED value IS 58 (23.05% from 255) = 11.69%

 GREEN value IS 251 (98.44% from 255) = 50.6%

 BLUE value IS 187 (73.44% from 255) = 37.7%

R = 11.69%
G = 50.6%
B = 37.7%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3AFBBB (or 0x3AFBBB) is known color: Turquoise. HEX triplet: 3A, FB and BB. RGB value is (58,251,187). Sum of RGB (Red+Green+Blue) = 58+251+187=496 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.69% from 496); Green value is 251 (98.44% from 255 or 50.60% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFBBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFBBB is #C50444. Grayscale: #BABABA. Windows color (decimal): -12911685 or 12319546. OLE color: 12319546.

HSL color Cylindrical-coordinate representation of color #3AFBBB: hue angle of 160.1º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFBBB is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 251 187 -
CMYK 0.77 0 0.25 0.02
HSL 160.1º 0.96% 0.61% -
HSV(B) 160.1º 0.77% 0.98% -
XYZ 45.21 73.48 58.81 -
YUV 186 128.56 36.7 -
System Red Green Blue C M Y K H S L
Decimal 58 251 187 0.77 0 0.25 0.02 160.1 0.96 0.61
Hex 3A FB BB 4D 0 19 2 A0 60 3D
Octal 72 373 273 115 0 31 2 240 140 75
Binary 111010 11111011 10111011 1001101 0 11001 10 10100000 1100000 111101

Color Harmonies of #3AFBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFBBB

Black with #3AFBBB

Text Example


Text Example

White with #3AFBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3AFBBB; }

 p { color: rgb(58,251,187); }

 H1.HeaderClassName
 {
   color: #3AFBBB;
 }
 .AnyTagClassName
 {
   color: #3AFBBB;
 }
</style>

background-color css

<style>
 a { background-color: #3AFBBB; }

 a { background-color: rgb(58,251,187); }

 div.DivClassName
 {
   background-color: #3AFBBB;
 }
 .BgClassName
 {
   background-color: #3AFBBB;
 }
</style>

border-color css

<style>
 span { border-color: #3AFBBB; }

 span { border-color: rgb(58,251,187); }

 td.TdClassName
 {
   border-color: #3AFBBB;
 }
 .TagClassName
 {
   border-color: #3AFBBB;
 }
</style>