Html Css Color HEX #42DEDD Turquoise

📋 copy color: '#42DEDD'

red 66 ◦ green 222 ◦ blue 221

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

Shades of Turquoise #42DEDD

Tints of Turquoise #42DEDD

RGB

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

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

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

R = 12.97%
G = 43.61%
B = 43.42%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#42DEDD (or 0x42DEDD) is known color: Turquoise. HEX triplet: 42, DE and DD. RGB value is (66,222,221). Sum of RGB (Red+Green+Blue) = 66+222+221=509 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.97% from 509); Green value is 222 (87.11% from 255 or 43.61% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 222 - color contains mainly: green. Hex color #42DEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DEDD is #BD2122. Grayscale: #AFAFAF. Windows color (decimal): -12394787 or 14540354. OLE color: 14540354.

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

Color convert

RGB 66 222 221 -
CMYK 0.70 0 0.00 0.13
HSL 179.62º 0.7% 0.56% -
HSV(B) 179.62º 0.7% 0.87% -
XYZ 41.42 58.62 77.54 -
YUV 175.24 153.82 50.08 -
System Red Green Blue C M Y K H S L
Decimal 66 222 221 0.70 0 0.00 0.13 179.62 0.7 0.56
Hex 42 DE DD 46 0 0 D B4 46 38
Octal 102 336 335 106 0 0 15 264 106 70
Binary 1000010 11011110 11011101 1000110 0 0 1101 10110100 1000110 111000

Color Harmonies of #42DEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DEDD

Black with #42DEDD

Text Example


Text Example

White with #42DEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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