#41FBD3

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

Shades of Turquoise #41FBD3

Tints of Turquoise #41FBD3

Color information

#41FBD3 (or 0x41FBD3) is unknown color: approx Turquoise. HEX triplet: 41, FB and D3. RGB value is (65,251,211). Sum of RGB (Red+Green+Blue) = 65+251+211=527 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.33% from 527); Green value is 251 (98.44% from 255 or 47.63% from 527); Blue value is 211 (82.81% from 255 or 40.04% from 527); Max value from RGB is 251 - color contains mainly: green. Hex color #41FBD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FBD3 is #BE042C. Grayscale: #BEBEBE. Windows color (decimal): -12452909 or 13892417. OLE color: 13892417.

HSL color Cylindrical-coordinate representation of color #41FBD3: hue angle of 167.1º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41FBD3 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB65251211-
CMYK0.7400.160.02
HSL167.1º95.88%61.96%-
HSV(B)167.1º74.1%98.43%-
XYZ48.4474.8273.52-
YUV190.83139.3838.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.33%
GREEN value IS 251 (98.44% from 255) = 47.63%
BLUE value IS 211 (82.81% from 255) = 40.04%
R=12.33%
G=47.63%
B=40.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal652512110.7400.160.02167.195.8861.96
Hex41FBD34A0102a7603e
Octal101373323112020224714076
Binary10000011111101111010011100101001000010101001111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41FBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,251,211); }

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

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

 a { background-color: rgb(65,251,211); }

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

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

 span { border-color: rgb(65,251,211); }

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