Html Css Color HEX #42F4D6 Turquoise

📋 copy color: '#42F4D6'

red 66 ◦ green 244 ◦ blue 214

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

Shades of Turquoise #42F4D6

Tints of Turquoise #42F4D6

RGB

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

 GREEN value IS 244 (95.7% from 255) = 46.56%

 BLUE value IS 214 (83.98% from 255) = 40.84%

R = 12.6%
G = 46.56%
B = 40.84%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#42F4D6 (or 0x42F4D6) is known color: Turquoise. HEX triplet: 42, F4 and D6. RGB value is (66,244,214). Sum of RGB (Red+Green+Blue) = 66+244+214=524 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.60% from 524); Green value is 244 (95.70% from 255 or 46.56% from 524); Blue value is 214 (83.98% from 255 or 40.84% from 524); Max value from RGB is 244 - color contains mainly: green. Hex color #42F4D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F4D6 is #BD0B29. Grayscale: #BBBBBB. Windows color (decimal): -12389162 or 14087234. OLE color: 14087234.

HSL color Cylindrical-coordinate representation of color #42F4D6: hue angle of 169.89º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F4D6 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB 66 244 214 -
CMYK 0.73 0 0.12 0.04
HSL 169.89º 0.89% 0.61% -
HSV(B) 169.89º 0.73% 0.96% -
XYZ 46.74 70.71 74.8 -
YUV 187.36 143.03 41.44 -
System Red Green Blue C M Y K H S L
Decimal 66 244 214 0.73 0 0.12 0.04 169.89 0.89 0.61
Hex 42 F4 D6 49 0 C 4 AA 59 3D
Octal 102 364 326 111 0 14 4 252 131 75
Binary 1000010 11110100 11010110 1001001 0 1100 100 10101010 1011001 111101

Color Harmonies of #42F4D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F4D6

Black with #42F4D6

Text Example


Text Example

White with #42F4D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,244,214); }

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

background-color css

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

 a { background-color: rgb(66,244,214); }

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

border-color css

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

 span { border-color: rgb(66,244,214); }

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