Html Css Color HEX #42DFDD Turquoise

📋 copy color: '#42DFDD'

red 66 ◦ green 223 ◦ blue 221

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

Shades of Turquoise #42DFDD

Tints of Turquoise #42DFDD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.73%

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

R = 12.94%
G = 43.73%
B = 43.33%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#42DFDD (or 0x42DFDD) is known color: Turquoise. HEX triplet: 42, DF and DD. RGB value is (66,223,221). Sum of RGB (Red+Green+Blue) = 66+223+221=510 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.94% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 223 - color contains mainly: green. Hex color #42DFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DFDD is #BD2022. Grayscale: #AFAFAF. Windows color (decimal): -12394531 or 14540610. OLE color: 14540610.

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

Color convert

RGB 66 223 221 -
CMYK 0.70 0 0.01 0.13
HSL 179.24º 0.71% 0.57% -
HSV(B) 179.24º 0.7% 0.87% -
XYZ 41.69 59.15 77.63 -
YUV 175.83 153.49 49.66 -
System Red Green Blue C M Y K H S L
Decimal 66 223 221 0.70 0 0.01 0.13 179.24 0.71 0.57
Hex 42 DF DD 46 0 1 D B3 47 39
Octal 102 337 335 106 0 1 15 263 107 71
Binary 1000010 11011111 11011101 1000110 0 1 1101 10110011 1000111 111001

Color Harmonies of #42DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DFDD

Black with #42DFDD

Text Example


Text Example

White with #42DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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