Html Css Color HEX #42EADA Turquoise

📋 copy color: '#42EADA'

red 66 ◦ green 234 ◦ blue 218

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

Shades of Turquoise #42EADA

Tints of Turquoise #42EADA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.17%

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

R = 12.74%
G = 45.17%
B = 42.08%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#42EADA (or 0x42EADA) is known color: Turquoise. HEX triplet: 42, EA and DA. RGB value is (66,234,218). Sum of RGB (Red+Green+Blue) = 66+234+218=518 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.74% from 518); Green value is 234 (91.80% from 255 or 45.17% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 234 - color contains mainly: green. Hex color #42EADA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EADA is #BD1525. Grayscale: #B5B5B5. Windows color (decimal): -12391718 or 14346818. OLE color: 14346818.

HSL color Cylindrical-coordinate representation of color #42EADA: hue angle of 174.29º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EADA is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 234 218 -
CMYK 0.72 0 0.07 0.08
HSL 174.29º 0.8% 0.59% -
HSV(B) 174.29º 0.72% 0.92% -
XYZ 44.32 65.07 76.55 -
YUV 181.94 148.34 45.3 -
System Red Green Blue C M Y K H S L
Decimal 66 234 218 0.72 0 0.07 0.08 174.29 0.8 0.59
Hex 42 EA DA 48 0 7 8 AE 50 3B
Octal 102 352 332 110 0 7 10 256 120 73
Binary 1000010 11101010 11011010 1001000 0 111 1000 10101110 1010000 111011

Color Harmonies of #42EADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EADA

Black with #42EADA

Text Example


Text Example

White with #42EADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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