Html Css Color HEX #42BEC0 Medium Turquoise

📋 copy color: '#42BEC0'

red 66 ◦ green 190 ◦ blue 192

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

Shades of Medium Turquoise #42BEC0

Tints of Medium Turquoise #42BEC0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.41%

 BLUE value IS 192 (75.39% from 255) = 42.86%

R = 14.73%
G = 42.41%
B = 42.86%

CMYK

 C value IS 0.66

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#42BEC0 (or 0x42BEC0) is known color: Medium Turquoise. HEX triplet: 42, BE and C0. RGB value is (66,190,192). Sum of RGB (Red+Green+Blue) = 66+190+192=448 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.73% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 192 - color contains mainly: blue. Hex color #42BEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BEC0 is #BD413F. Grayscale: #999999. Windows color (decimal): -12403008 or 12631618. OLE color: 12631618.

HSL color Cylindrical-coordinate representation of color #42BEC0: hue angle of 180.95º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42BEC0 is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 190 192 -
CMYK 0.66 0.01 0 0.25
HSL 180.95º 0.5% 0.51% -
HSV(B) 180.95º 0.66% 0.75% -
XYZ 30.17 41.79 56.35 -
YUV 153.15 149.92 65.84 -
System Red Green Blue C M Y K H S L
Decimal 66 190 192 0.66 0.01 0 0.25 180.95 0.5 0.51
Hex 42 BE C0 42 1 0 19 B5 32 33
Octal 102 276 300 102 1 0 31 265 62 63
Binary 1000010 10111110 11000000 1000010 1 0 11001 10110101 110010 110011

Color Harmonies of #42BEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BEC0

Black with #42BEC0

Text Example


Text Example

White with #42BEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,190,192); }

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

background-color css

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

 a { background-color: rgb(66,190,192); }

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

border-color css

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

 span { border-color: rgb(66,190,192); }

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