#41CBD5

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

Shades of Medium Turquoise #41CBD5

Tints of Medium Turquoise #41CBD5

Color information

#41CBD5 (or 0x41CBD5) is unknown color: approx Medium Turquoise. HEX triplet: 41, CB and D5. RGB value is (65,203,213). Sum of RGB (Red+Green+Blue) = 65+203+213=481 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.51% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #41CBD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CBD5 is #BE342A. Grayscale: #A2A2A2. Windows color (decimal): -12465195 or 14011201. OLE color: 14011201.

HSL color Cylindrical-coordinate representation of color #41CBD5: hue angle of 184.05º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41CBD5 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB65203213-
CMYK0.690.0500.16
HSL184.05º63.79%54.51%-
HSV(B)184.05º69.48%83.53%-
XYZ35.5548.6470.47-
YUV162.88156.2858.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.51%
GREEN value IS 203 (79.69% from 255) = 42.20%
BLUE value IS 213 (83.59% from 255) = 44.28%
R=13.51%
G=42.20%
B=44.28%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal652032130.690.0500.16184.0563.7954.51
Hex41CBD5455010b84037
Octal101313325105502027010067
Binary100000111001011110101011000101101010000101110001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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