Html Css Color HEX #42ECDF Turquoise

📋 copy color: '#42ECDF'

red 66 ◦ green 236 ◦ blue 223

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

Shades of Turquoise #42ECDF

Tints of Turquoise #42ECDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.48%

R = 12.57%
G = 44.95%
B = 42.48%

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

#42ECDF (or 0x42ECDF) is known color: Turquoise. HEX triplet: 42, EC and DF. RGB value is (66,236,223). Sum of RGB (Red+Green+Blue) = 66+236+223=525 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.57% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 236 - color contains mainly: green. Hex color #42ECDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42ECDF is #BD1320. Grayscale: #B7B7B7. Windows color (decimal): -12391201 or 14675010. OLE color: 14675010.

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

Color convert

RGB 66 236 223 -
CMYK 0.72 0 0.06 0.07
HSL 175.41º 0.82% 0.59% -
HSV(B) 175.41º 0.72% 0.93% -
XYZ 45.56 66.48 80.24 -
YUV 183.69 150.18 44.06 -
System Red Green Blue C M Y K H S L
Decimal 66 236 223 0.72 0 0.06 0.07 175.41 0.82 0.59
Hex 42 EC DF 48 0 6 7 AF 52 3B
Octal 102 354 337 110 0 6 7 257 122 73
Binary 1000010 11101100 11011111 1001000 0 110 111 10101111 1010010 111011

Color Harmonies of #42ECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ECDF

Black with #42ECDF

Text Example


Text Example

White with #42ECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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