Html Css Color HEX #41FCCB Turquoise

📋 copy color: '#41FCCB'

red 65 ◦ green 252 ◦ blue 203

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

Shades of Turquoise #41FCCB

Tints of Turquoise #41FCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.04%

R = 12.5%
G = 48.46%
B = 39.04%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#41FCCB (or 0x41FCCB) is known color: Turquoise. HEX triplet: 41, FC and CB. RGB value is (65,252,203). Sum of RGB (Red+Green+Blue) = 65+252+203=520 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.5% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 252 - color contains mainly: green. Hex color #41FCCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FCCB is #BE0334. Grayscale: #BEBEBE. Windows color (decimal): -12452661 or 13368385. OLE color: 13368385.

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

Color convert

RGB 65 252 203 -
CMYK 0.74 0 0.19 0.01
HSL 164.28º 0.97% 0.62% -
HSV(B) 164.28º 0.74% 0.99% -
XYZ 47.77 75.06 68.47 -
YUV 190.5 135.05 38.48 -
System Red Green Blue C M Y K H S L
Decimal 65 252 203 0.74 0 0.19 0.01 164.28 0.97 0.62
Hex 41 FC CB 4A 0 13 1 A4 61 3E
Octal 101 374 313 112 0 23 1 244 141 76
Binary 1000001 11111100 11001011 1001010 0 10011 1 10100100 1100001 111110

Color Harmonies of #41FCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FCCB

Black with #41FCCB

Text Example


Text Example

White with #41FCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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