Html Css Color HEX #42EAED Turquoise

📋 copy color: '#42EAED'

red 66 ◦ green 234 ◦ blue 237

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

Shades of Turquoise #42EAED

Tints of Turquoise #42EAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.13%

R = 12.29%
G = 43.58%
B = 44.13%

CMYK

 C value IS 0.72

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#42EAED (or 0x42EAED) is known color: Turquoise. HEX triplet: 42, EA and ED. RGB value is (66,234,237). Sum of RGB (Red+Green+Blue) = 66+234+237=537 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.29% from 537); Green value is 234 (91.80% from 255 or 43.58% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #42EAED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42EAED is #BD1512. Grayscale: #B7B7B7. Windows color (decimal): -12391699 or 15592002. OLE color: 15592002.

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

Color convert

RGB 66 234 237 -
CMYK 0.72 0.01 0 0.07
HSL 181.05º 0.83% 0.59% -
HSV(B) 181.05º 0.72% 0.93% -
XYZ 46.96 66.12 90.41 -
YUV 184.11 157.84 43.76 -
System Red Green Blue C M Y K H S L
Decimal 66 234 237 0.72 0.01 0 0.07 181.05 0.83 0.59
Hex 42 EA ED 48 1 0 7 B5 53 3B
Octal 102 352 355 110 1 0 7 265 123 73
Binary 1000010 11101010 11101101 1001000 1 0 111 10110101 1010011 111011

Color Harmonies of #42EAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EAED

Black with #42EAED

Text Example


Text Example

White with #42EAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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