#42CBB2

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

Shades of Medium Turquoise #42CBB2

Tints of Medium Turquoise #42CBB2

Color information

#42CBB2 (or 0x42CBB2) is unknown color: approx Medium Turquoise. HEX triplet: 42, CB and B2. RGB value is (66,203,178). Sum of RGB (Red+Green+Blue) = 66+203+178=447 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.77% from 447); Green value is 203 (79.69% from 255 or 45.41% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 203 - color contains mainly: green. Hex color #42CBB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CBB2 is #BD344D. Grayscale: #9F9F9F. Windows color (decimal): -12399694 or 11717442. OLE color: 11717442.

HSL color Cylindrical-coordinate representation of color #42CBB2: hue angle of 169.05º 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 #42CBB2 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB66203178-
CMYK0.6700.120.20
HSL169.05º56.85%52.75%-
HSV(B)169.05º67.49%79.61%-
XYZ31.6447.0849.54-
YUV159.19138.6161.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.77%
GREEN value IS 203 (79.69% from 255) = 45.41%
BLUE value IS 178 (69.92% from 255) = 39.82%
R=14.77%
G=45.41%
B=39.82%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal662031780.6700.120.20169.0556.8552.75
Hex42CBB2430C14a93935
Octal102313262103014242517165
Binary100001011001011101100101000011011001010010101001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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