#41C0CC

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

Shades of Medium Turquoise #41C0CC

Tints of Medium Turquoise #41C0CC

Color information

#41C0CC (or 0x41C0CC) is unknown color: approx Medium Turquoise. HEX triplet: 41, C0 and CC. RGB value is (65,192,204). Sum of RGB (Red+Green+Blue) = 65+192+204=461 (61% of max value = 765). Red value is 65 (25.78% from 255 or 14.10% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #41C0CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41C0CC is #BE3F33. Grayscale: #9B9B9B. Windows color (decimal): -12468020 or 13418561. OLE color: 13418561.

HSL color Cylindrical-coordinate representation of color #41C0CC: hue angle of 185.18º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41C0CC is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB65192204-
CMYK0.680.0600.2
HSL185.18º57.68%52.75%-
HSV(B)185.18º68.14%80%-
XYZ31.9343.1863.78-
YUV155.39155.4263.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.10%
GREEN value IS 192 (75.39% from 255) = 41.65%
BLUE value IS 204 (80.08% from 255) = 44.25%
R=14.10%
G=41.65%
B=44.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal651922040.680.0600.2185.1857.6852.75
Hex41C0CC446014b93a35
Octal10130031410460242717265
Binary10000011100000011001100100010011001010010111001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41C0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41C0CC; }

 p { color: rgb(65,192,204); }

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

<style>
 a { background-color: #41C0CC; }

 a { background-color: rgb(65,192,204); }

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

<style>
 span { border-color: #41C0CC; }

 span { border-color: rgb(65,192,204); }

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