Html Css Color HEX #41FCCD Turquoise

📋 copy color: '#41FCCD'

red 65 ◦ green 252 ◦ blue 205

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

Shades of Turquoise #41FCCD

Tints of Turquoise #41FCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.27%

R = 12.45%
G = 48.28%
B = 39.27%

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

#41FCCD (or 0x41FCCD) is known color: Turquoise. HEX triplet: 41, FC and CD. RGB value is (65,252,205). Sum of RGB (Red+Green+Blue) = 65+252+205=522 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.45% from 522); Green value is 252 (98.83% from 255 or 48.28% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 252 - color contains mainly: green. Hex color #41FCCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FCCD is #BE0332. Grayscale: #BEBEBE. Windows color (decimal): -12452659 or 13499457. OLE color: 13499457.

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

Color convert

RGB 65 252 205 -
CMYK 0.74 0 0.19 0.01
HSL 164.92º 0.97% 0.62% -
HSV(B) 164.92º 0.74% 0.99% -
XYZ 48.01 75.15 69.73 -
YUV 190.73 136.05 38.32 -
System Red Green Blue C M Y K H S L
Decimal 65 252 205 0.74 0 0.19 0.01 164.92 0.97 0.62
Hex 41 FC CD 4A 0 13 1 A5 61 3E
Octal 101 374 315 112 0 23 1 245 141 76
Binary 1000001 11111100 11001101 1001010 0 10011 1 10100101 1100001 111110

Color Harmonies of #41FCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FCCD

Black with #41FCCD

Text Example


Text Example

White with #41FCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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