Html Css Color HEX #41FBEF Turquoise

📋 copy color: '#41FBEF'

red 65 ◦ green 251 ◦ blue 239

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

Shades of Turquoise #41FBEF

Tints of Turquoise #41FBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.06%

R = 11.71%
G = 45.23%
B = 43.06%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#41FBEF (or 0x41FBEF) is known color: Turquoise. HEX triplet: 41, FB and EF. RGB value is (65,251,239). Sum of RGB (Red+Green+Blue) = 65+251+239=555 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.71% from 555); Green value is 251 (98.44% from 255 or 45.23% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 251 - color contains mainly: green. Hex color #41FBEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41FBEF is #BE0410. Grayscale: #C1C1C1. Windows color (decimal): -12452881 or 15727425. OLE color: 15727425.

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

Color convert

RGB 65 251 239 -
CMYK 0.74 0 0.05 0.02
HSL 176.13º 0.96% 0.62% -
HSV(B) 176.13º 0.74% 0.98% -
XYZ 52.26 76.35 93.64 -
YUV 194.02 153.38 35.98 -
System Red Green Blue C M Y K H S L
Decimal 65 251 239 0.74 0 0.05 0.02 176.13 0.96 0.62
Hex 41 FB EF 4A 0 5 2 B0 60 3E
Octal 101 373 357 112 0 5 2 260 140 76
Binary 1000001 11111011 11101111 1001010 0 101 10 10110000 1100000 111110

Color Harmonies of #41FBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FBEF

Black with #41FBEF

Text Example


Text Example

White with #41FBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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