Html Css Color HEX #41DDCE Turquoise

📋 copy color: '#41DDCE'

red 65 ◦ green 221 ◦ blue 206

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

Shades of Turquoise #41DDCE

Tints of Turquoise #41DDCE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.92%

 BLUE value IS 206 (80.86% from 255) = 41.87%

R = 13.21%
G = 44.92%
B = 41.87%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#41DDCE (or 0x41DDCE) is known color: Turquoise. HEX triplet: 41, DD and CE. RGB value is (65,221,206). Sum of RGB (Red+Green+Blue) = 65+221+206=492 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.21% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #41DDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DDCE is #BE2231. Grayscale: #ACACAC. Windows color (decimal): -12460594 or 13557057. OLE color: 13557057.

HSL color Cylindrical-coordinate representation of color #41DDCE: hue angle of 174.23º degrees, saturation: 0.7, 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 #41DDCE is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 221 206 -
CMYK 0.71 0 0.07 0.13
HSL 174.23º 0.7% 0.56% -
HSV(B) 174.23º 0.71% 0.87% -
XYZ 39.18 57.29 67.39 -
YUV 172.65 146.82 51.22 -
System Red Green Blue C M Y K H S L
Decimal 65 221 206 0.71 0 0.07 0.13 174.23 0.7 0.56
Hex 41 DD CE 47 0 7 D AE 46 38
Octal 101 335 316 107 0 7 15 256 106 70
Binary 1000001 11011101 11001110 1000111 0 111 1101 10101110 1000110 111000

Color Harmonies of #41DDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DDCE

Black with #41DDCE

Text Example


Text Example

White with #41DDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,221,206); }

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

background-color css

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

 a { background-color: rgb(65,221,206); }

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

border-color css

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

 span { border-color: rgb(65,221,206); }

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