Html Css Color HEX #42DEDF Turquoise

📋 copy color: '#42DEDF'

red 66 ◦ green 222 ◦ blue 223

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

Shades of Turquoise #42DEDF

Tints of Turquoise #42DEDF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.44%

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

R = 12.92%
G = 43.44%
B = 43.64%

CMYK

 C value IS 0.70

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#42DEDF (or 0x42DEDF) is known color: Turquoise. HEX triplet: 42, DE and DF. RGB value is (66,222,223). Sum of RGB (Red+Green+Blue) = 66+222+223=511 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.92% from 511); Green value is 222 (87.11% from 255 or 43.44% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #42DEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DEDF is #BD2120. Grayscale: #AFAFAF. Windows color (decimal): -12394785 or 14671426. OLE color: 14671426.

HSL color Cylindrical-coordinate representation of color #42DEDF: hue angle of 180.38º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DEDF is Cyan = 0.70, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 222 223 -
CMYK 0.70 0.00 0 0.13
HSL 180.38º 0.71% 0.57% -
HSV(B) 180.38º 0.7% 0.87% -
XYZ 41.69 58.73 78.95 -
YUV 175.47 154.82 49.92 -
System Red Green Blue C M Y K H S L
Decimal 66 222 223 0.70 0.00 0 0.13 180.38 0.71 0.57
Hex 42 DE DF 46 0 0 D B4 47 39
Octal 102 336 337 106 0 0 15 264 107 71
Binary 1000010 11011110 11011111 1000110 0 0 1101 10110100 1000111 111001

Color Harmonies of #42DEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DEDF

Black with #42DEDF

Text Example


Text Example

White with #42DEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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