Html Css Color HEX #41D9CE Turquoise

📋 copy color: '#41D9CE'

red 65 ◦ green 217 ◦ blue 206

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

Shades of Turquoise #41D9CE

Tints of Turquoise #41D9CE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.47%

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

R = 13.32%
G = 44.47%
B = 42.21%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#41D9CE (or 0x41D9CE) is known color: Turquoise. HEX triplet: 41, D9 and CE. RGB value is (65,217,206). Sum of RGB (Red+Green+Blue) = 65+217+206=488 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.32% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 217 - color contains mainly: green. Hex color #41D9CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41D9CE is #BE2631. Grayscale: #AAAAAA. Windows color (decimal): -12461618 or 13556033. OLE color: 13556033.

HSL color Cylindrical-coordinate representation of color #41D9CE: hue angle of 175.66º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41D9CE is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 65 217 206 -
CMYK 0.70 0 0.05 0.15
HSL 175.66º 0.67% 0.55% -
HSV(B) 175.66º 0.7% 0.85% -
XYZ 38.13 55.21 67.04 -
YUV 170.3 148.14 52.89 -
System Red Green Blue C M Y K H S L
Decimal 65 217 206 0.70 0 0.05 0.15 175.66 0.67 0.55
Hex 41 D9 CE 46 0 5 F B0 43 37
Octal 101 331 316 106 0 5 17 260 103 67
Binary 1000001 11011001 11001110 1000110 0 101 1111 10110000 1000011 110111

Color Harmonies of #41D9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D9CE

Black with #41D9CE

Text Example


Text Example

White with #41D9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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