Html Css Color HEX #41FBEC Turquoise

📋 copy color: '#41FBEC'

red 65 ◦ green 251 ◦ blue 236

#41FBEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #41FBEC

Tints of Turquoise #41FBEC

RGB

 RED value IS 65 (25.78% from 255) = 11.78%

 GREEN value IS 251 (98.44% from 255) = 45.47%

 BLUE value IS 236 (92.58% from 255) = 42.75%

R = 11.78%
G = 45.47%
B = 42.75%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#41FBEC (or 0x41FBEC) is known color: Turquoise. HEX triplet: 41, FB and EC. RGB value is (65,251,236). Sum of RGB (Red+Green+Blue) = 65+251+236=552 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.78% from 552); Green value is 251 (98.44% from 255 or 45.47% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 251 - color contains mainly: green. Hex color #41FBEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41FBEC is #BE0413. Grayscale: #C1C1C1. Windows color (decimal): -12452884 or 15530817. OLE color: 15530817.

HSL color Cylindrical-coordinate representation of color #41FBEC: hue angle of 175.16º 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 #41FBEC is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 251 236 -
CMYK 0.74 0 0.06 0.02
HSL 175.16º 0.96% 0.62% -
HSV(B) 175.16º 0.74% 0.98% -
XYZ 51.82 76.17 91.33 -
YUV 193.68 151.88 36.22 -
System Red Green Blue C M Y K H S L
Decimal 65 251 236 0.74 0 0.06 0.02 175.16 0.96 0.62
Hex 41 FB EC 4A 0 6 2 AF 60 3E
Octal 101 373 354 112 0 6 2 257 140 76
Binary 1000001 11111011 11101100 1001010 0 110 10 10101111 1100000 111110

Color Harmonies of #41FBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FBEC

Black with #41FBEC

Text Example


Text Example

White with #41FBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #41FBEC;
 }
 .AnyTagClassName
 {
   color: #41FBEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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