Html Css Color HEX #41FDCD Turquoise

📋 copy color: '#41FDCD'

red 65 ◦ green 253 ◦ blue 205

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

Shades of Turquoise #41FDCD

Tints of Turquoise #41FDCD

RGB

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

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

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

R = 12.43%
G = 48.37%
B = 39.2%

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

#41FDCD (or 0x41FDCD) is known color: Turquoise. HEX triplet: 41, FD and CD. RGB value is (65,253,205). Sum of RGB (Red+Green+Blue) = 65+253+205=523 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.43% from 523); Green value is 253 (99.22% from 255 or 48.37% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 253 - color contains mainly: green. Hex color #41FDCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FDCD is #BE0232. Grayscale: #BFBFBF. Windows color (decimal): -12452403 or 13499713. OLE color: 13499713.

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

Color convert

RGB 65 253 205 -
CMYK 0.74 0 0.19 0.01
HSL 164.68º 0.98% 0.62% -
HSV(B) 164.68º 0.74% 0.99% -
XYZ 48.32 75.78 69.84 -
YUV 191.32 135.72 37.9 -
System Red Green Blue C M Y K H S L
Decimal 65 253 205 0.74 0 0.19 0.01 164.68 0.98 0.62
Hex 41 FD CD 4A 0 13 1 A5 62 3E
Octal 101 375 315 112 0 23 1 245 142 76
Binary 1000001 11111101 11001101 1001010 0 10011 1 10100101 1100010 111110

Color Harmonies of #41FDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FDCD

Black with #41FDCD

Text Example


Text Example

White with #41FDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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