#41CBCE

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

Shades of Medium Turquoise #41CBCE

Tints of Medium Turquoise #41CBCE

Color information

#41CBCE (or 0x41CBCE) is unknown color: approx Medium Turquoise. HEX triplet: 41, CB and CE. RGB value is (65,203,206). Sum of RGB (Red+Green+Blue) = 65+203+206=474 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.71% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #41CBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CBCE is #BE3431. Grayscale: #A1A1A1. Windows color (decimal): -12465202 or 13552449. OLE color: 13552449.

HSL color Cylindrical-coordinate representation of color #41CBCE: hue angle of 181.28º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CBCE is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB65203206-
CMYK0.680.0100.19
HSL181.28º59%53.14%-
HSV(B)181.28º68.45%80.78%-
XYZ34.6848.2965.89-
YUV162.08152.7858.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.71%
GREEN value IS 203 (79.69% from 255) = 42.83%
BLUE value IS 206 (80.86% from 255) = 43.46%
R=13.71%
G=42.83%
B=43.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal652032060.680.0100.19181.285953.14
Hex41CBCE441013b53b35
Octal10131331610410232657365
Binary100000111001011110011101000100101001110110101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,203,206); }

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

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

 a { background-color: rgb(65,203,206); }

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

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

 span { border-color: rgb(65,203,206); }

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