Html Css Color HEX #41D1CD Medium Turquoise

📋 copy color: '#41D1CD'

red 65 ◦ green 209 ◦ blue 205

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

Shades of Medium Turquoise #41D1CD

Tints of Medium Turquoise #41D1CD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.63%

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

R = 13.57%
G = 43.63%
B = 42.8%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#41D1CD (or 0x41D1CD) is known color: Medium Turquoise. HEX triplet: 41, D1 and CD. RGB value is (65,209,205). Sum of RGB (Red+Green+Blue) = 65+209+205=479 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.57% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 209 - color contains mainly: green. Hex color #41D1CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41D1CD is #BE2E32. Grayscale: #A5A5A5. Windows color (decimal): -12463667 or 13488449. OLE color: 13488449.

HSL color Cylindrical-coordinate representation of color #41D1CD: hue angle of 178.33º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D1CD is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 65 209 205 -
CMYK 0.69 0 0.02 0.18
HSL 178.33º 0.61% 0.54% -
HSV(B) 178.33º 0.69% 0.82% -
XYZ 36 51.13 65.73 -
YUV 165.49 150.29 56.33 -
System Red Green Blue C M Y K H S L
Decimal 65 209 205 0.69 0 0.02 0.18 178.33 0.61 0.54
Hex 41 D1 CD 45 0 2 12 B2 3D 36
Octal 101 321 315 105 0 2 22 262 75 66
Binary 1000001 11010001 11001101 1000101 0 10 10010 10110010 111101 110110

Color Harmonies of #41D1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D1CD

Black with #41D1CD

Text Example


Text Example

White with #41D1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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