Html Css Color HEX #41DBC5 Turquoise

📋 copy color: '#41DBC5'

red 65 ◦ green 219 ◦ blue 197

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

Shades of Turquoise #41DBC5

Tints of Turquoise #41DBC5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.53%

 BLUE value IS 197 (77.34% from 255) = 40.96%

R = 13.51%
G = 45.53%
B = 40.96%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#41DBC5 (or 0x41DBC5) is known color: Turquoise. HEX triplet: 41, DB and C5. RGB value is (65,219,197). Sum of RGB (Red+Green+Blue) = 65+219+197=481 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.51% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 197 (77.34% from 255 or 40.96% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #41DBC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DBC5 is #BE243A. Grayscale: #AAAAAA. Windows color (decimal): -12461115 or 12966721. OLE color: 12966721.

HSL color Cylindrical-coordinate representation of color #41DBC5: hue angle of 171.43º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41DBC5 is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 65 219 197 -
CMYK 0.70 0 0.10 0.14
HSL 171.43º 0.68% 0.56% -
HSV(B) 171.43º 0.7% 0.86% -
XYZ 37.59 55.82 61.62 -
YUV 170.45 142.98 52.79 -
System Red Green Blue C M Y K H S L
Decimal 65 219 197 0.70 0 0.10 0.14 171.43 0.68 0.56
Hex 41 DB C5 46 0 A E AB 44 38
Octal 101 333 305 106 0 12 16 253 104 70
Binary 1000001 11011011 11000101 1000110 0 1010 1110 10101011 1000100 111000

Color Harmonies of #41DBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DBC5

Black with #41DBC5

Text Example


Text Example

White with #41DBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,219,197); }

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

background-color css

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

 a { background-color: rgb(65,219,197); }

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

border-color css

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

 span { border-color: rgb(65,219,197); }

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