Html Css Color HEX #41D6CE Medium Turquoise

📋 copy color: '#41D6CE'

red 65 ◦ green 214 ◦ blue 206

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

Shades of Medium Turquoise #41D6CE

Tints of Medium Turquoise #41D6CE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.12%

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

R = 13.4%
G = 44.12%
B = 42.47%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#41D6CE (or 0x41D6CE) is known color: Medium Turquoise. HEX triplet: 41, D6 and CE. RGB value is (65,214,206). Sum of RGB (Red+Green+Blue) = 65+214+206=485 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.40% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #41D6CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41D6CE is #BE2931. Grayscale: #A8A8A8. Windows color (decimal): -12462386 or 13555265. OLE color: 13555265.

HSL color Cylindrical-coordinate representation of color #41D6CE: hue angle of 176.78º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41D6CE is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 65 214 206 -
CMYK 0.70 0 0.04 0.16
HSL 176.78º 0.65% 0.55% -
HSV(B) 176.78º 0.7% 0.84% -
XYZ 37.37 53.67 66.78 -
YUV 168.54 149.14 54.15 -
System Red Green Blue C M Y K H S L
Decimal 65 214 206 0.70 0 0.04 0.16 176.78 0.65 0.55
Hex 41 D6 CE 46 0 4 10 B1 41 37
Octal 101 326 316 106 0 4 20 261 101 67
Binary 1000001 11010110 11001110 1000110 0 100 10000 10110001 1000001 110111

Color Harmonies of #41D6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D6CE

Black with #41D6CE

Text Example


Text Example

White with #41D6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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