Html Css Color HEX #42D1D5 Medium Turquoise

📋 copy color: '#42D1D5'

red 66 ◦ green 209 ◦ blue 213

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

Shades of Medium Turquoise #42D1D5

Tints of Medium Turquoise #42D1D5

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.83%

 BLUE value IS 213 (83.59% from 255) = 43.65%

R = 13.52%
G = 42.83%
B = 43.65%

CMYK

 C value IS 0.69

 M value IS 0.02

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#42D1D5 (or 0x42D1D5) is known color: Medium Turquoise. HEX triplet: 42, D1 and D5. RGB value is (66,209,213). Sum of RGB (Red+Green+Blue) = 66+209+213=488 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.52% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 213 - color contains mainly: blue. Hex color #42D1D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D1D5 is #BD2E2A. Grayscale: #A6A6A6. Windows color (decimal): -12398123 or 14012738. OLE color: 14012738.

HSL color Cylindrical-coordinate representation of color #42D1D5: hue angle of 181.63º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D1D5 is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 209 213 -
CMYK 0.69 0.02 0 0.16
HSL 181.63º 0.64% 0.55% -
HSV(B) 181.63º 0.69% 0.84% -
XYZ 37.06 51.56 70.95 -
YUV 166.7 154.12 56.17 -
System Red Green Blue C M Y K H S L
Decimal 66 209 213 0.69 0.02 0 0.16 181.63 0.64 0.55
Hex 42 D1 D5 45 2 0 10 B6 40 37
Octal 102 321 325 105 2 0 20 266 100 67
Binary 1000010 11010001 11010101 1000101 10 0 10000 10110110 1000000 110111

Color Harmonies of #42D1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D1D5

Black with #42D1D5

Text Example


Text Example

White with #42D1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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