Html Css Color HEX #42DDDC Turquoise

📋 copy color: '#42DDDC'

red 66 ◦ green 221 ◦ blue 220

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

Shades of Turquoise #42DDDC

Tints of Turquoise #42DDDC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.59%

 BLUE value IS 220 (86.33% from 255) = 43.39%

R = 13.02%
G = 43.59%
B = 43.39%

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

#42DDDC (or 0x42DDDC) is known color: Turquoise. HEX triplet: 42, DD and DC. RGB value is (66,221,220). Sum of RGB (Red+Green+Blue) = 66+221+220=507 (67% of max value = 765). Red value is 66 (26.17% from 255 or 13.02% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #42DDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DDDC is #BD2223. Grayscale: #AEAEAE. Windows color (decimal): -12395044 or 14474562. OLE color: 14474562.

HSL color Cylindrical-coordinate representation of color #42DDDC: hue angle of 179.61º 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 #42DDDC is Cyan = 0.70, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 221 220 -
CMYK 0.70 0 0.00 0.13
HSL 179.61º 0.7% 0.56% -
HSV(B) 179.61º 0.7% 0.87% -
XYZ 41.02 58.04 76.75 -
YUV 174.54 153.65 50.58 -
System Red Green Blue C M Y K H S L
Decimal 66 221 220 0.70 0 0.00 0.13 179.61 0.7 0.56
Hex 42 DD DC 46 0 0 D B4 46 38
Octal 102 335 334 106 0 0 15 264 106 70
Binary 1000010 11011101 11011100 1000110 0 0 1101 10110100 1000110 111000

Color Harmonies of #42DDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DDDC

Black with #42DDDC

Text Example


Text Example

White with #42DDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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