Html Css Color HEX #42FAB9 Turquoise

📋 copy color: '#42FAB9'

red 66 ◦ green 250 ◦ blue 185

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

Shades of Turquoise #42FAB9

Tints of Turquoise #42FAB9

RGB

 RED value IS 66 (26.17% from 255) = 13.17%

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

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

R = 13.17%
G = 49.9%
B = 36.93%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#42FAB9 (or 0x42FAB9) is known color: Turquoise. HEX triplet: 42, FA and B9. RGB value is (66,250,185). Sum of RGB (Red+Green+Blue) = 66+250+185=501 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.17% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #42FAB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FAB9 is #BD0546. Grayscale: #BBBBBB. Windows color (decimal): -12387655 or 12188226. OLE color: 12188226.

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

Color convert

RGB 66 250 185 -
CMYK 0.74 0 0.26 0.02
HSL 158.8º 0.95% 0.62% -
HSV(B) 158.8º 0.74% 0.98% -
XYZ 45.19 73.03 57.61 -
YUV 187.57 126.54 41.29 -
System Red Green Blue C M Y K H S L
Decimal 66 250 185 0.74 0 0.26 0.02 158.8 0.95 0.62
Hex 42 FA B9 4A 0 1A 2 9F 5F 3E
Octal 102 372 271 112 0 32 2 237 137 76
Binary 1000010 11111010 10111001 1001010 0 11010 10 10011111 1011111 111110

Color Harmonies of #42FAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FAB9

Black with #42FAB9

Text Example


Text Example

White with #42FAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42FAB9; }

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

 H1.HeaderClassName
 {
   color: #42FAB9;
 }
 .AnyTagClassName
 {
   color: #42FAB9;
 }
</style>

background-color css

<style>
 a { background-color: #42FAB9; }

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

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

border-color css

<style>
 span { border-color: #42FAB9; }

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

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