Html Css Color HEX #41DBC8 Turquoise

📋 copy color: '#41DBC8'

red 65 ◦ green 219 ◦ blue 200

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

Shades of Turquoise #41DBC8

Tints of Turquoise #41DBC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.32%

R = 13.43%
G = 45.25%
B = 41.32%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#41DBC8 (or 0x41DBC8) is known color: Turquoise. HEX triplet: 41, DB and C8. RGB value is (65,219,200). Sum of RGB (Red+Green+Blue) = 65+219+200=484 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.43% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 200 (78.52% from 255 or 41.32% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #41DBC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DBC8 is #BE2437. Grayscale: #AAAAAA. Windows color (decimal): -12461112 or 13163329. OLE color: 13163329.

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

Color convert

RGB 65 219 200 -
CMYK 0.70 0 0.09 0.14
HSL 172.6º 0.68% 0.56% -
HSV(B) 172.6º 0.7% 0.86% -
XYZ 37.94 55.96 63.44 -
YUV 170.79 144.48 52.54 -
System Red Green Blue C M Y K H S L
Decimal 65 219 200 0.70 0 0.09 0.14 172.6 0.68 0.56
Hex 41 DB C8 46 0 9 E AD 44 38
Octal 101 333 310 106 0 11 16 255 104 70
Binary 1000001 11011011 11001000 1000110 0 1001 1110 10101101 1000100 111000

Color Harmonies of #41DBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DBC8

Black with #41DBC8

Text Example


Text Example

White with #41DBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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