Html Css Color HEX #42EDCC Turquoise

📋 copy color: '#42EDCC'

red 66 ◦ green 237 ◦ blue 204

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

Shades of Turquoise #42EDCC

Tints of Turquoise #42EDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.24%

R = 13.02%
G = 46.75%
B = 40.24%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#42EDCC (or 0x42EDCC) is known color: Turquoise. HEX triplet: 42, ED and CC. RGB value is (66,237,204). Sum of RGB (Red+Green+Blue) = 66+237+204=507 (67% of max value = 765). Red value is 66 (26.17% from 255 or 13.02% from 507); Green value is 237 (92.97% from 255 or 46.75% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 237 - color contains mainly: green. Hex color #42EDCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EDCC is #BD1233. Grayscale: #B6B6B6. Windows color (decimal): -12390964 or 13430082. OLE color: 13430082.

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

Color convert

RGB 66 237 204 -
CMYK 0.72 0 0.14 0.07
HSL 168.42º 0.83% 0.59% -
HSV(B) 168.42º 0.72% 0.93% -
XYZ 43.43 66.09 67.59 -
YUV 182.11 140.35 45.18 -
System Red Green Blue C M Y K H S L
Decimal 66 237 204 0.72 0 0.14 0.07 168.42 0.83 0.59
Hex 42 ED CC 48 0 E 7 A8 53 3B
Octal 102 355 314 110 0 16 7 250 123 73
Binary 1000010 11101101 11001100 1001000 0 1110 111 10101000 1010011 111011

Color Harmonies of #42EDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EDCC

Black with #42EDCC

Text Example


Text Example

White with #42EDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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