#41C8CF

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

Shades of Medium Turquoise #41C8CF

Tints of Medium Turquoise #41C8CF

Color information

#41C8CF (or 0x41C8CF) is unknown color: approx Medium Turquoise. HEX triplet: 41, C8 and CF. RGB value is (65,200,207). Sum of RGB (Red+Green+Blue) = 65+200+207=472 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.77% from 472); Green value is 200 (78.52% from 255 or 42.37% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #41C8CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41C8CF is #BE3730. Grayscale: #A0A0A0. Windows color (decimal): -12465969 or 13617217. OLE color: 13617217.

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

Color convert

RGB65200207-
CMYK0.690.0300.19
HSL182.96º59.66%53.33%-
HSV(B)182.96º68.6%81.18%-
XYZ34.146.9466.29-
YUV160.43154.2759.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.77%
GREEN value IS 200 (78.52% from 255) = 42.37%
BLUE value IS 207 (81.25% from 255) = 43.86%
R=13.77%
G=42.37%
B=43.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal652002070.690.0300.19182.9659.6653.33
Hex41C8CF453013b73c35
Octal10131031710530232677465
Binary1000001110010001100111110001011101001110110111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41C8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,200,207); }

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

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

 a { background-color: rgb(65,200,207); }

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

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

 span { border-color: rgb(65,200,207); }

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