Html Css Color HEX #41CEBD Medium Turquoise

📋 copy color: '#41CEBD'

red 65 ◦ green 206 ◦ blue 189

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

Shades of Medium Turquoise #41CEBD

Tints of Medium Turquoise #41CEBD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.78%

 BLUE value IS 189 (74.22% from 255) = 41.09%

R = 14.13%
G = 44.78%
B = 41.09%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#41CEBD (or 0x41CEBD) is known color: Medium Turquoise. HEX triplet: 41, CE and BD. RGB value is (65,206,189). Sum of RGB (Red+Green+Blue) = 65+206+189=460 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.13% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 206 - color contains mainly: green. Hex color #41CEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CEBD is #BE3142. Grayscale: #A1A1A1. Windows color (decimal): -12464451 or 12439105. OLE color: 12439105.

HSL color Cylindrical-coordinate representation of color #41CEBD: hue angle of 172.77º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CEBD is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 206 189 -
CMYK 0.68 0 0.08 0.19
HSL 172.77º 0.59% 0.53% -
HSV(B) 172.77º 0.68% 0.81% -
XYZ 33.44 48.94 55.83 -
YUV 161.9 143.29 58.88 -
System Red Green Blue C M Y K H S L
Decimal 65 206 189 0.68 0 0.08 0.19 172.77 0.59 0.53
Hex 41 CE BD 44 0 8 13 AD 3B 35
Octal 101 316 275 104 0 10 23 255 73 65
Binary 1000001 11001110 10111101 1000100 0 1000 10011 10101101 111011 110101

Color Harmonies of #41CEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CEBD

Black with #41CEBD

Text Example


Text Example

White with #41CEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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