Html Css Color HEX #41D2BF Medium Turquoise

📋 copy color: '#41D2BF'

red 65 ◦ green 210 ◦ blue 191

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

Shades of Medium Turquoise #41D2BF

Tints of Medium Turquoise #41D2BF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.06%

 BLUE value IS 191 (75% from 255) = 40.99%

R = 13.95%
G = 45.06%
B = 40.99%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#41D2BF (or 0x41D2BF) is known color: Medium Turquoise. HEX triplet: 41, D2 and BF. RGB value is (65,210,191). Sum of RGB (Red+Green+Blue) = 65+210+191=466 (61% of max value = 765). Red value is 65 (25.78% from 255 or 13.95% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 210 - color contains mainly: green. Hex color #41D2BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41D2BF is #BE2D40. Grayscale: #A4A4A4. Windows color (decimal): -12463425 or 12571201. OLE color: 12571201.

HSL color Cylindrical-coordinate representation of color #41D2BF: hue angle of 172.14º degrees, saturation: 0.62, 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 #41D2BF is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 65 210 191 -
CMYK 0.69 0 0.09 0.18
HSL 172.14º 0.62% 0.54% -
HSV(B) 172.14º 0.69% 0.82% -
XYZ 34.63 50.98 57.3 -
YUV 164.48 142.96 57.04 -
System Red Green Blue C M Y K H S L
Decimal 65 210 191 0.69 0 0.09 0.18 172.14 0.62 0.54
Hex 41 D2 BF 45 0 9 12 AC 3E 36
Octal 101 322 277 105 0 11 22 254 76 66
Binary 1000001 11010010 10111111 1000101 0 1001 10010 10101100 111110 110110

Color Harmonies of #41D2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D2BF

Black with #41D2BF

Text Example


Text Example

White with #41D2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,210,191); }

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

background-color css

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

 a { background-color: rgb(65,210,191); }

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

border-color css

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

 span { border-color: rgb(65,210,191); }

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