Html Css Color HEX #42F4DA Turquoise

📋 copy color: '#42F4DA'

red 66 ◦ green 244 ◦ blue 218

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

Shades of Turquoise #42F4DA

Tints of Turquoise #42F4DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.29%

R = 12.5%
G = 46.21%
B = 41.29%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#42F4DA (or 0x42F4DA) is known color: Turquoise. HEX triplet: 42, F4 and DA. RGB value is (66,244,218). Sum of RGB (Red+Green+Blue) = 66+244+218=528 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.5% from 528); Green value is 244 (95.70% from 255 or 46.21% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 244 - color contains mainly: green. Hex color #42F4DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F4DA is #BD0B25. Grayscale: #BBBBBB. Windows color (decimal): -12389158 or 14349378. OLE color: 14349378.

HSL color Cylindrical-coordinate representation of color #42F4DA: hue angle of 171.24º 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 #42F4DA is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 66 244 218 -
CMYK 0.73 0 0.11 0.04
HSL 171.24º 0.89% 0.61% -
HSV(B) 171.24º 0.73% 0.96% -
XYZ 47.25 70.92 77.53 -
YUV 187.81 145.03 41.11 -
System Red Green Blue C M Y K H S L
Decimal 66 244 218 0.73 0 0.11 0.04 171.24 0.89 0.61
Hex 42 F4 DA 49 0 B 4 AB 59 3D
Octal 102 364 332 111 0 13 4 253 131 75
Binary 1000010 11110100 11011010 1001001 0 1011 100 10101011 1011001 111101

Color Harmonies of #42F4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F4DA

Black with #42F4DA

Text Example


Text Example

White with #42F4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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