Html Css Color HEX #41FCE6 Turquoise

📋 copy color: '#41FCE6'

red 65 ◦ green 252 ◦ blue 230

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

Shades of Turquoise #41FCE6

Tints of Turquoise #41FCE6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.07%

 BLUE value IS 230 (90.23% from 255) = 42.05%

R = 11.88%
G = 46.07%
B = 42.05%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#41FCE6 (or 0x41FCE6) is known color: Turquoise. HEX triplet: 41, FC and E6. RGB value is (65,252,230). Sum of RGB (Red+Green+Blue) = 65+252+230=547 (72% of max value = 765). Red value is 65 (25.78% from 255 or 11.88% from 547); Green value is 252 (98.83% from 255 or 46.07% from 547); Blue value is 230 (90.23% from 255 or 42.05% from 547); Max value from RGB is 252 - color contains mainly: green. Hex color #41FCE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41FCE6 is #BE0319. Grayscale: #C1C1C1. Windows color (decimal): -12452634 or 15137857. OLE color: 15137857.

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

Color convert

RGB 65 252 230 -
CMYK 0.74 0 0.09 0.01
HSL 172.94º 0.97% 0.62% -
HSV(B) 172.94º 0.74% 0.99% -
XYZ 51.27 76.46 86.92 -
YUV 193.58 148.55 36.29 -
System Red Green Blue C M Y K H S L
Decimal 65 252 230 0.74 0 0.09 0.01 172.94 0.97 0.62
Hex 41 FC E6 4A 0 9 1 AD 61 3E
Octal 101 374 346 112 0 11 1 255 141 76
Binary 1000001 11111100 11100110 1001010 0 1001 1 10101101 1100001 111110

Color Harmonies of #41FCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FCE6

Black with #41FCE6

Text Example


Text Example

White with #41FCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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