#41f8cd

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

Shades of Turquoise #41F8CD

Tints of Turquoise #41F8CD

Color information

#41F8CD (or 0x41F8CD) is unknown color: approx Turquoise. HEX triplet: 41, F8 and CD. RGB value is (65,248,205). Sum of RGB (Red+Green+Blue) = 65+248+205=518 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.55% from 518); Green value is 248 (97.27% from 255 or 47.88% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 248 - color contains mainly: green. Hex color #41F8CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F8CD is #BE0732. Grayscale: #BCBCBC. Windows color (decimal): -12453683 or 13498433. OLE color: 13498433.

HSL color Cylindrical-coordinate representation of color #41F8CD: hue angle of 165.9º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41F8CD is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB65248205-
CMYK0.7400.170.03
HSL165.9º92.89%61.37%-
HSV(B)165.9º73.79%97.25%-
XYZ46.7772.6769.32-
YUV188.38137.3740-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.55%
GREEN value IS 248 (97.27% from 255) = 47.88%
BLUE value IS 205 (80.47% from 255) = 39.58%
R=12.55%
G=47.88%
B=39.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal652482050.7400.170.03165.992.8961.37
Hex41F8CD4A0113a65d3d
Octal101370315112021324613575
Binary10000011111100011001101100101001000111101001101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41f8cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,248,205); }

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

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

 a { background-color: rgb(65,248,205); }

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

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

 span { border-color: rgb(65,248,205); }

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