Html Css Color HEX #42D3DE Medium Turquoise

📋 copy color: '#42D3DE'

red 66 ◦ green 211 ◦ blue 222

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

Shades of Medium Turquoise #42D3DE

Tints of Medium Turquoise #42D3DE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.28%

 BLUE value IS 222 (87.11% from 255) = 44.49%

R = 13.23%
G = 42.28%
B = 44.49%

CMYK

 C value IS 0.70

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#42D3DE (or 0x42D3DE) is known color: Medium Turquoise. HEX triplet: 42, D3 and DE. RGB value is (66,211,222). Sum of RGB (Red+Green+Blue) = 66+211+222=499 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.23% from 499); Green value is 211 (82.81% from 255 or 42.28% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #42D3DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D3DE is #BD2C21. Grayscale: #A8A8A8. Windows color (decimal): -12397602 or 14603074. OLE color: 14603074.

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

Color convert

RGB 66 211 222 -
CMYK 0.70 0.05 0 0.13
HSL 184.23º 0.7% 0.56% -
HSV(B) 184.23º 0.7% 0.87% -
XYZ 38.73 53.02 77.3 -
YUV 168.9 157.96 54.61 -
System Red Green Blue C M Y K H S L
Decimal 66 211 222 0.70 0.05 0 0.13 184.23 0.7 0.56
Hex 42 D3 DE 46 5 0 D B8 46 38
Octal 102 323 336 106 5 0 15 270 106 70
Binary 1000010 11010011 11011110 1000110 101 0 1101 10111000 1000110 111000

Color Harmonies of #42D3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D3DE

Black with #42D3DE

Text Example


Text Example

White with #42D3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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