Html Css Color HEX #42DFD1 Turquoise

📋 copy color: '#42DFD1'

red 66 ◦ green 223 ◦ blue 209

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

Shades of Turquoise #42DFD1

Tints of Turquoise #42DFD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.97%

R = 13.25%
G = 44.78%
B = 41.97%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#42DFD1 (or 0x42DFD1) is known color: Turquoise. HEX triplet: 42, DF and D1. RGB value is (66,223,209). Sum of RGB (Red+Green+Blue) = 66+223+209=498 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.25% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #42DFD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DFD1 is #BD202E. Grayscale: #AEAEAE. Windows color (decimal): -12394543 or 13754178. OLE color: 13754178.

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

Color convert

RGB 66 223 209 -
CMYK 0.70 0 0.06 0.13
HSL 174.65º 0.71% 0.57% -
HSV(B) 174.65º 0.7% 0.87% -
XYZ 40.14 58.54 69.5 -
YUV 174.46 147.49 50.64 -
System Red Green Blue C M Y K H S L
Decimal 66 223 209 0.70 0 0.06 0.13 174.65 0.71 0.57
Hex 42 DF D1 46 0 6 D AF 47 39
Octal 102 337 321 106 0 6 15 257 107 71
Binary 1000010 11011111 11010001 1000110 0 110 1101 10101111 1000111 111001

Color Harmonies of #42DFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DFD1

Black with #42DFD1

Text Example


Text Example

White with #42DFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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