#42CBBB

Color #42CBBB Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #42CBBB

Tints of Medium Turquoise #42CBBB

Color information

#42CBBB (or 0x42CBBB) is unknown color: approx Medium Turquoise. HEX triplet: 42, CB and BB. RGB value is (66,203,187). Sum of RGB (Red+Green+Blue) = 66+203+187=456 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.47% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 203 - color contains mainly: green. Hex color #42CBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CBBB is #BD3444. Grayscale: #A0A0A0. Windows color (decimal): -12399685 or 12307266. OLE color: 12307266.

HSL color Cylindrical-coordinate representation of color #42CBBB: hue angle of 172.99º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CBBB is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB66203187-
CMYK0.6700.080.20
HSL172.99º56.85%52.75%-
HSV(B)172.99º67.49%79.61%-
XYZ32.5747.4654.46-
YUV160.21143.1160.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.47%
GREEN value IS 203 (79.69% from 255) = 44.52%
BLUE value IS 187 (73.44% from 255) = 41.01%
R=14.47%
G=44.52%
B=41.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal662031870.6700.080.20172.9956.8552.75
Hex42CBBB430814ad3935
Octal102313273103010242557165
Binary100001011001011101110111000011010001010010101101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,203,187); }

 H1.HeaderClassName
 {
   color: #42CBBB;
 }
 .AnyTagClassName
 {
   color: #42CBBB;
 }
</style>
background-color css

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

 a { background-color: rgb(66,203,187); }

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

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

 span { border-color: rgb(66,203,187); }

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