Html Css Color HEX #41D4C3 Medium Turquoise

📋 copy color: '#41D4C3'

red 65 ◦ green 212 ◦ blue 195

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

Shades of Medium Turquoise #41D4C3

Tints of Medium Turquoise #41D4C3

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.92%

 BLUE value IS 195 (76.56% from 255) = 41.31%

R = 13.77%
G = 44.92%
B = 41.31%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#41D4C3 (or 0x41D4C3) is known color: Medium Turquoise. HEX triplet: 41, D4 and C3. RGB value is (65,212,195). Sum of RGB (Red+Green+Blue) = 65+212+195=472 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.77% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 212 - color contains mainly: green. Hex color #41D4C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41D4C3 is #BE2B3C. Grayscale: #A6A6A6. Windows color (decimal): -12462909 or 12833857. OLE color: 12833857.

HSL color Cylindrical-coordinate representation of color #41D4C3: hue angle of 173.06º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D4C3 is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB 65 212 195 -
CMYK 0.69 0 0.08 0.17
HSL 173.06º 0.63% 0.54% -
HSV(B) 173.06º 0.69% 0.83% -
XYZ 35.57 52.15 59.82 -
YUV 166.11 144.3 55.88 -
System Red Green Blue C M Y K H S L
Decimal 65 212 195 0.69 0 0.08 0.17 173.06 0.63 0.54
Hex 41 D4 C3 45 0 8 11 AD 3F 36
Octal 101 324 303 105 0 10 21 255 77 66
Binary 1000001 11010100 11000011 1000101 0 1000 10001 10101101 111111 110110

Color Harmonies of #41D4C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D4C3

Black with #41D4C3

Text Example


Text Example

White with #41D4C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,212,195); }

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

background-color css

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

 a { background-color: rgb(65,212,195); }

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

border-color css

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

 span { border-color: rgb(65,212,195); }

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