Html Css Color HEX #42DDDB Turquoise

📋 copy color: '#42DDDB'

red 66 ◦ green 221 ◦ blue 219

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

Shades of Turquoise #42DDDB

Tints of Turquoise #42DDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.28%

R = 13.04%
G = 43.68%
B = 43.28%

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

#42DDDB (or 0x42DDDB) is known color: Turquoise. HEX triplet: 42, DD and DB. RGB value is (66,221,219). Sum of RGB (Red+Green+Blue) = 66+221+219=506 (67% of max value = 765). Red value is 66 (26.17% from 255 or 13.04% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #42DDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DDDB is #BD2224. Grayscale: #AEAEAE. Windows color (decimal): -12395045 or 14409026. OLE color: 14409026.

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

Color convert

RGB 66 221 219 -
CMYK 0.70 0 0.01 0.13
HSL 179.23º 0.7% 0.56% -
HSV(B) 179.23º 0.7% 0.87% -
XYZ 40.89 57.99 76.06 -
YUV 174.43 153.15 50.66 -
System Red Green Blue C M Y K H S L
Decimal 66 221 219 0.70 0 0.01 0.13 179.23 0.7 0.56
Hex 42 DD DB 46 0 1 D B3 46 38
Octal 102 335 333 106 0 1 15 263 106 70
Binary 1000010 11011101 11011011 1000110 0 1 1101 10110011 1000110 111000

Color Harmonies of #42DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DDDB

Black with #42DDDB

Text Example


Text Example

White with #42DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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