Html Css Color HEX #3AFAB9 Turquoise

📋 copy color: '#3AFAB9'

red 58 ◦ green 250 ◦ blue 185

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

Shades of Turquoise #3AFAB9

Tints of Turquoise #3AFAB9

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50.71%

 BLUE value IS 185 (72.66% from 255) = 37.53%

R = 11.76%
G = 50.71%
B = 37.53%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#3AFAB9 (or 0x3AFAB9) is known color: Turquoise. HEX triplet: 3A, FA and B9. RGB value is (58,250,185). Sum of RGB (Red+Green+Blue) = 58+250+185=493 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.76% from 493); Green value is 250 (98.05% from 255 or 50.71% from 493); Blue value is 185 (72.66% from 255 or 37.53% from 493); Max value from RGB is 250 - color contains mainly: green. Hex color #3AFAB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AFAB9 is #C50546. Grayscale: #B9B9B9. Windows color (decimal): -12911943 or 12188218. OLE color: 12188218.

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

Color convert

RGB 58 250 185 -
CMYK 0.77 0 0.26 0.02
HSL 159.69º 0.95% 0.6% -
HSV(B) 159.69º 0.77% 0.98% -
XYZ 44.69 72.77 57.59 -
YUV 185.18 127.89 37.29 -
System Red Green Blue C M Y K H S L
Decimal 58 250 185 0.77 0 0.26 0.02 159.69 0.95 0.6
Hex 3A FA B9 4D 0 1A 2 A0 5F 3C
Octal 72 372 271 115 0 32 2 240 137 74
Binary 111010 11111010 10111001 1001101 0 11010 10 10100000 1011111 111100

Color Harmonies of #3AFAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFAB9

Black with #3AFAB9

Text Example


Text Example

White with #3AFAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,250,185); }

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

background-color css

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

 a { background-color: rgb(58,250,185); }

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

border-color css

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

 span { border-color: rgb(58,250,185); }

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