Html Css Color HEX #42ECDD Turquoise

📋 copy color: '#42ECDD'

red 66 ◦ green 236 ◦ blue 221

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

Shades of Turquoise #42ECDD

Tints of Turquoise #42ECDD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.12%

 BLUE value IS 221 (86.72% from 255) = 42.26%

R = 12.62%
G = 45.12%
B = 42.26%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#42ECDD (or 0x42ECDD) is known color: Turquoise. HEX triplet: 42, EC and DD. RGB value is (66,236,221). Sum of RGB (Red+Green+Blue) = 66+236+221=523 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.62% from 523); Green value is 236 (92.58% from 255 or 45.12% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 236 - color contains mainly: green. Hex color #42ECDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42ECDD is #BD1322. Grayscale: #B7B7B7. Windows color (decimal): -12391203 or 14543938. OLE color: 14543938.

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

Color convert

RGB 66 236 221 -
CMYK 0.72 0 0.06 0.07
HSL 174.71º 0.82% 0.59% -
HSV(B) 174.71º 0.72% 0.93% -
XYZ 45.29 66.37 78.83 -
YUV 183.46 149.18 44.22 -
System Red Green Blue C M Y K H S L
Decimal 66 236 221 0.72 0 0.06 0.07 174.71 0.82 0.59
Hex 42 EC DD 48 0 6 7 AF 52 3B
Octal 102 354 335 110 0 6 7 257 122 73
Binary 1000010 11101100 11011101 1001000 0 110 111 10101111 1010010 111011

Color Harmonies of #42ECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ECDD

Black with #42ECDD

Text Example


Text Example

White with #42ECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,236,221); }

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

background-color css

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

 a { background-color: rgb(66,236,221); }

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

border-color css

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

 span { border-color: rgb(66,236,221); }

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