#41F3D3

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

Shades of Turquoise #41F3D3

Tints of Turquoise #41F3D3

Color information

#41F3D3 (or 0x41F3D3) is unknown color: approx Turquoise. HEX triplet: 41, F3 and D3. RGB value is (65,243,211). Sum of RGB (Red+Green+Blue) = 65+243+211=519 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.52% from 519); Green value is 243 (95.31% from 255 or 46.82% from 519); Blue value is 211 (82.81% from 255 or 40.66% from 519); Max value from RGB is 243 - color contains mainly: green. Hex color #41F3D3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F3D3 is #BE0C2C. Grayscale: #BABABA. Windows color (decimal): -12454957 or 13890369. OLE color: 13890369.

HSL color Cylindrical-coordinate representation of color #41F3D3: hue angle of 169.21º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F3D3 is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB65243211-
CMYK0.7300.130.05
HSL169.21º88.12%60.39%-
HSV(B)169.21º73.25%95.29%-
XYZ45.9969.9372.7-
YUV186.13142.0341.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 12.52%
GREEN value IS 243 (95.31% from 255) = 46.82%
BLUE value IS 211 (82.81% from 255) = 40.66%
R=12.52%
G=46.82%
B=40.66%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal652432110.7300.130.05169.2188.1260.39
Hex41F3D3490D5a9583c
Octal101363323111015525113074
Binary10000011111001111010011100100101101101101010011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F3D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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