Html Css Color HEX #41DFCD Turquoise

📋 copy color: '#41DFCD'

red 65 ◦ green 223 ◦ blue 205

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

Shades of Turquoise #41DFCD

Tints of Turquoise #41DFCD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.23%

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

R = 13.18%
G = 45.23%
B = 41.58%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#41DFCD (or 0x41DFCD) is known color: Turquoise. HEX triplet: 41, DF and CD. RGB value is (65,223,205). Sum of RGB (Red+Green+Blue) = 65+223+205=493 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.18% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #41DFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DFCD is #BE2032. Grayscale: #ADADAD. Windows color (decimal): -12460083 or 13492033. OLE color: 13492033.

HSL color Cylindrical-coordinate representation of color #41DFCD: hue angle of 173.16º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41DFCD is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 223 205 -
CMYK 0.71 0 0.08 0.13
HSL 173.16º 0.71% 0.56% -
HSV(B) 173.16º 0.71% 0.87% -
XYZ 39.59 58.31 66.93 -
YUV 173.71 145.65 50.46 -
System Red Green Blue C M Y K H S L
Decimal 65 223 205 0.71 0 0.08 0.13 173.16 0.71 0.56
Hex 41 DF CD 47 0 8 D AD 47 38
Octal 101 337 315 107 0 10 15 255 107 70
Binary 1000001 11011111 11001101 1000111 0 1000 1101 10101101 1000111 111000

Color Harmonies of #41DFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DFCD

Black with #41DFCD

Text Example


Text Example

White with #41DFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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