Html Css Color HEX #42EDAF Turquoise

📋 copy color: '#42EDAF'

red 66 ◦ green 237 ◦ blue 175

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

Shades of Turquoise #42EDAF

Tints of Turquoise #42EDAF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.58%

 BLUE value IS 175 (68.75% from 255) = 36.61%

R = 13.81%
G = 49.58%
B = 36.61%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#42EDAF (or 0x42EDAF) is known color: Turquoise. HEX triplet: 42, ED and AF. RGB value is (66,237,175). Sum of RGB (Red+Green+Blue) = 66+237+175=478 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.81% from 478); Green value is 237 (92.97% from 255 or 49.58% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 237 - color contains mainly: green. Hex color #42EDAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42EDAF is #BD1250. Grayscale: #B2B2B2. Windows color (decimal): -12390993 or 11529538. OLE color: 11529538.

HSL color Cylindrical-coordinate representation of color #42EDAF: hue angle of 158.25º 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 #42EDAF is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 237 175 -
CMYK 0.72 0 0.26 0.07
HSL 158.25º 0.83% 0.59% -
HSV(B) 158.25º 0.72% 0.93% -
XYZ 40.27 64.82 50.95 -
YUV 178.8 125.85 47.54 -
System Red Green Blue C M Y K H S L
Decimal 66 237 175 0.72 0 0.26 0.07 158.25 0.83 0.59
Hex 42 ED AF 48 0 1A 7 9E 53 3B
Octal 102 355 257 110 0 32 7 236 123 73
Binary 1000010 11101101 10101111 1001000 0 11010 111 10011110 1010011 111011

Color Harmonies of #42EDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EDAF

Black with #42EDAF

Text Example


Text Example

White with #42EDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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