Html Css Color HEX #41FDE8 Turquoise

📋 copy color: '#41FDE8'

red 65 ◦ green 253 ◦ blue 232

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

Shades of Turquoise #41FDE8

Tints of Turquoise #41FDE8

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46%

 BLUE value IS 232 (91.02% from 255) = 42.18%

R = 11.82%
G = 46%
B = 42.18%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#41FDE8 (or 0x41FDE8) is known color: Turquoise. HEX triplet: 41, FD and E8. RGB value is (65,253,232). Sum of RGB (Red+Green+Blue) = 65+253+232=550 (72% of max value = 765). Red value is 65 (25.78% from 255 or 11.82% from 550); Green value is 253 (99.22% from 255 or 46% from 550); Blue value is 232 (91.02% from 255 or 42.18% from 550); Max value from RGB is 253 - color contains mainly: green. Hex color #41FDE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41FDE8 is #BE0217. Grayscale: #C2C2C2. Windows color (decimal): -12452376 or 15269185. OLE color: 15269185.

HSL color Cylindrical-coordinate representation of color #41FDE8: hue angle of 173.3º degrees, saturation: 0.98, 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 #41FDE8 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 65 253 232 -
CMYK 0.74 0 0.08 0.01
HSL 173.3º 0.98% 0.62% -
HSV(B) 173.3º 0.74% 0.99% -
XYZ 51.87 77.2 88.51 -
YUV 194.39 149.22 35.71 -
System Red Green Blue C M Y K H S L
Decimal 65 253 232 0.74 0 0.08 0.01 173.3 0.98 0.62
Hex 41 FD E8 4A 0 8 1 AD 62 3E
Octal 101 375 350 112 0 10 1 255 142 76
Binary 1000001 11111101 11101000 1001010 0 1000 1 10101101 1100010 111110

Color Harmonies of #41FDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FDE8

Black with #41FDE8

Text Example


Text Example

White with #41FDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,253,232); }

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

background-color css

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

 a { background-color: rgb(65,253,232); }

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

border-color css

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

 span { border-color: rgb(65,253,232); }

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