Html Css Color HEX #41FCB8 Turquoise

📋 copy color: '#41FCB8'

red 65 ◦ green 252 ◦ blue 184

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

Shades of Turquoise #41FCB8

Tints of Turquoise #41FCB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.73%

R = 12.97%
G = 50.3%
B = 36.73%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#41FCB8 (or 0x41FCB8) is known color: Turquoise. HEX triplet: 41, FC and B8. RGB value is (65,252,184). Sum of RGB (Red+Green+Blue) = 65+252+184=501 (66% of max value = 765). Red value is 65 (25.78% from 255 or 12.97% from 501); Green value is 252 (98.83% from 255 or 50.30% from 501); Blue value is 184 (72.27% from 255 or 36.73% from 501); Max value from RGB is 252 - color contains mainly: green. Hex color #41FCB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FCB8 is #BE0347. Grayscale: #BCBCBC. Windows color (decimal): -12452680 or 12123201. OLE color: 12123201.

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

Color convert

RGB 65 252 184 -
CMYK 0.74 0 0.27 0.01
HSL 158.18º 0.97% 0.62% -
HSV(B) 158.18º 0.74% 0.99% -
XYZ 45.64 74.21 57.26 -
YUV 188.34 125.55 40.03 -
System Red Green Blue C M Y K H S L
Decimal 65 252 184 0.74 0 0.27 0.01 158.18 0.97 0.62
Hex 41 FC B8 4A 0 1B 1 9E 61 3E
Octal 101 374 270 112 0 33 1 236 141 76
Binary 1000001 11111100 10111000 1001010 0 11011 1 10011110 1100001 111110

Color Harmonies of #41FCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FCB8

Black with #41FCB8

Text Example


Text Example

White with #41FCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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