#41EFFC

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

Shades of Turquoise #41EFFC

Tints of Turquoise #41EFFC

Color information

#41EFFC (or 0x41EFFC) is unknown color: approx Turquoise. HEX triplet: 41, EF and FC. RGB value is (65,239,252). Sum of RGB (Red+Green+Blue) = 65+239+252=556 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.69% from 556); Green value is 239 (93.75% from 255 or 42.99% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #41EFFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41EFFC is #BE1003. Grayscale: #BCBCBC. Windows color (decimal): -12455940 or 16576321. OLE color: 16576321.

HSL color Cylindrical-coordinate representation of color #41EFFC: hue angle of 184.17º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41EFFC is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB65239252-
CMYK0.740.0500.01
HSL184.17º96.89%62.16%-
HSV(B)184.17º74.21%98.82%-
XYZ50.6269.89102.92-
YUV188.46163.8539.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 11.69%
GREEN value IS 239 (93.75% from 255) = 42.99%
BLUE value IS 252 (98.83% from 255) = 45.32%
R=11.69%
G=42.99%
B=45.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal652392520.740.0500.01184.1796.8962.16
Hex41EFFC4A501b8613e
Octal10135737411250127014176
Binary10000011110111111111100100101010101101110001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41EFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,239,252); }

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

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

 a { background-color: rgb(65,239,252); }

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

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

 span { border-color: rgb(65,239,252); }

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