Html Css Color HEX #42E2DF Turquoise

📋 copy color: '#42E2DF'

red 66 ◦ green 226 ◦ blue 223

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

Shades of Turquoise #42E2DF

Tints of Turquoise #42E2DF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.88%

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

R = 12.82%
G = 43.88%
B = 43.3%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#42E2DF (or 0x42E2DF) is known color: Turquoise. HEX triplet: 42, E2 and DF. RGB value is (66,226,223). Sum of RGB (Red+Green+Blue) = 66+226+223=515 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.82% from 515); Green value is 226 (88.67% from 255 or 43.88% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 226 - color contains mainly: green. Hex color #42E2DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42E2DF is #BD1D20. Grayscale: #B1B1B1. Windows color (decimal): -12393761 or 14672450. OLE color: 14672450.

HSL color Cylindrical-coordinate representation of color #42E2DF: hue angle of 178.88º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E2DF is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 66 226 223 -
CMYK 0.71 0 0.01 0.11
HSL 178.88º 0.73% 0.57% -
HSV(B) 178.88º 0.71% 0.89% -
XYZ 42.76 60.88 79.31 -
YUV 177.82 153.49 48.24 -
System Red Green Blue C M Y K H S L
Decimal 66 226 223 0.71 0 0.01 0.11 178.88 0.73 0.57
Hex 42 E2 DF 47 0 1 B B3 49 39
Octal 102 342 337 107 0 1 13 263 111 71
Binary 1000010 11100010 11011111 1000111 0 1 1011 10110011 1001001 111001

Color Harmonies of #42E2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E2DF

Black with #42E2DF

Text Example


Text Example

White with #42E2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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