Html Css Color HEX #42C6DB Medium Turquoise

📋 copy color: '#42C6DB'

red 66 ◦ green 198 ◦ blue 219

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

Shades of Medium Turquoise #42C6DB

Tints of Medium Turquoise #42C6DB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.99%

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

R = 13.66%
G = 40.99%
B = 45.34%

CMYK

 C value IS 0.70

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#42C6DB (or 0x42C6DB) is known color: Medium Turquoise. HEX triplet: 42, C6 and DB. RGB value is (66,198,219). Sum of RGB (Red+Green+Blue) = 66+198+219=483 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.66% from 483); Green value is 198 (77.73% from 255 or 40.99% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #42C6DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42C6DB is #BD3924. Grayscale: #A0A0A0. Windows color (decimal): -12400933 or 14403138. OLE color: 14403138.

HSL color Cylindrical-coordinate representation of color #42C6DB: hue angle of 188.24º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42C6DB is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 198 219 -
CMYK 0.70 0.10 0 0.14
HSL 188.24º 0.68% 0.56% -
HSV(B) 188.24º 0.7% 0.86% -
XYZ 35.23 46.66 74.17 -
YUV 160.93 160.77 60.29 -
System Red Green Blue C M Y K H S L
Decimal 66 198 219 0.70 0.10 0 0.14 188.24 0.68 0.56
Hex 42 C6 DB 46 A 0 E BC 44 38
Octal 102 306 333 106 12 0 16 274 104 70
Binary 1000010 11000110 11011011 1000110 1010 0 1110 10111100 1000100 111000

Color Harmonies of #42C6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C6DB

Black with #42C6DB

Text Example


Text Example

White with #42C6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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