Html Css Color HEX #41DBC3 Turquoise

📋 copy color: '#41DBC3'

red 65 ◦ green 219 ◦ blue 195

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

Shades of Turquoise #41DBC3

Tints of Turquoise #41DBC3

RGB

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

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

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

R = 13.57%
G = 45.72%
B = 40.71%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#41DBC3 (or 0x41DBC3) is known color: Turquoise. HEX triplet: 41, DB and C3. RGB value is (65,219,195). Sum of RGB (Red+Green+Blue) = 65+219+195=479 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.57% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 195 (76.56% from 255 or 40.71% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #41DBC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DBC3 is #BE243C. Grayscale: #AAAAAA. Windows color (decimal): -12461117 or 12835649. OLE color: 12835649.

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

Color convert

RGB 65 219 195 -
CMYK 0.70 0 0.11 0.14
HSL 170.65º 0.68% 0.56% -
HSV(B) 170.65º 0.7% 0.86% -
XYZ 37.36 55.73 60.42 -
YUV 170.22 141.98 52.95 -
System Red Green Blue C M Y K H S L
Decimal 65 219 195 0.70 0 0.11 0.14 170.65 0.68 0.56
Hex 41 DB C3 46 0 B E AB 44 38
Octal 101 333 303 106 0 13 16 253 104 70
Binary 1000001 11011011 11000011 1000110 0 1011 1110 10101011 1000100 111000

Color Harmonies of #41DBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DBC3

Black with #41DBC3

Text Example


Text Example

White with #41DBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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