Html Css Color HEX #41D8BA Medium Turquoise

📋 copy color: '#41D8BA'

red 65 ◦ green 216 ◦ blue 186

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

Shades of Medium Turquoise #41D8BA

Tints of Medium Turquoise #41D8BA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.25%

 BLUE value IS 186 (73.05% from 255) = 39.83%

R = 13.92%
G = 46.25%
B = 39.83%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#41D8BA (or 0x41D8BA) is known color: Medium Turquoise. HEX triplet: 41, D8 and BA. RGB value is (65,216,186). Sum of RGB (Red+Green+Blue) = 65+216+186=467 (61% of max value = 765). Red value is 65 (25.78% from 255 or 13.92% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 216 - color contains mainly: green. Hex color #41D8BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41D8BA is #BE2745. Grayscale: #A7A7A7. Windows color (decimal): -12461894 or 12245057. OLE color: 12245057.

HSL color Cylindrical-coordinate representation of color #41D8BA: hue angle of 168.08º degrees, saturation: 0.66, 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 #41D8BA is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 65 216 186 -
CMYK 0.70 0 0.14 0.15
HSL 168.08º 0.66% 0.55% -
HSV(B) 168.08º 0.7% 0.85% -
XYZ 35.6 53.78 54.96 -
YUV 167.43 138.47 54.94 -
System Red Green Blue C M Y K H S L
Decimal 65 216 186 0.70 0 0.14 0.15 168.08 0.66 0.55
Hex 41 D8 BA 46 0 E F A8 42 37
Octal 101 330 272 106 0 16 17 250 102 67
Binary 1000001 11011000 10111010 1000110 0 1110 1111 10101000 1000010 110111

Color Harmonies of #41D8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D8BA

Black with #41D8BA

Text Example


Text Example

White with #41D8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,216,186); }

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

background-color css

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

 a { background-color: rgb(65,216,186); }

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

border-color css

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

 span { border-color: rgb(65,216,186); }

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