Html Css Color HEX #41DBC6 Turquoise

📋 copy color: '#41DBC6'

red 65 ◦ green 219 ◦ blue 198

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

Shades of Turquoise #41DBC6

Tints of Turquoise #41DBC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.08%

R = 13.49%
G = 45.44%
B = 41.08%

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

#41DBC6 (or 0x41DBC6) is known color: Turquoise. HEX triplet: 41, DB and C6. RGB value is (65,219,198). Sum of RGB (Red+Green+Blue) = 65+219+198=482 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.49% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #41DBC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DBC6 is #BE2439. Grayscale: #AAAAAA. Windows color (decimal): -12461114 or 13032257. OLE color: 13032257.

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

Color convert

RGB 65 219 198 -
CMYK 0.70 0 0.10 0.14
HSL 171.82º 0.68% 0.56% -
HSV(B) 171.82º 0.7% 0.86% -
XYZ 37.7 55.86 62.22 -
YUV 170.56 143.48 52.71 -
System Red Green Blue C M Y K H S L
Decimal 65 219 198 0.70 0 0.10 0.14 171.82 0.68 0.56
Hex 41 DB C6 46 0 A E AC 44 38
Octal 101 333 306 106 0 12 16 254 104 70
Binary 1000001 11011011 11000110 1000110 0 1010 1110 10101100 1000100 111000

Color Harmonies of #41DBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DBC6

Black with #41DBC6

Text Example


Text Example

White with #41DBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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