Html Css Color HEX #41DBDA Turquoise

📋 copy color: '#41DBDA'

red 65 ◦ green 219 ◦ blue 218

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

Shades of Turquoise #41DBDA

Tints of Turquoise #41DBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.43%

R = 12.95%
G = 43.63%
B = 43.43%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#41DBDA (or 0x41DBDA) is known color: Turquoise. HEX triplet: 41, DB and DA. RGB value is (65,219,218). Sum of RGB (Red+Green+Blue) = 65+219+218=502 (66% of max value = 765). Red value is 65 (25.78% from 255 or 12.95% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #41DBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DBDA is #BE2425. Grayscale: #ACACAC. Windows color (decimal): -12461094 or 14342977. OLE color: 14342977.

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

Color convert

RGB 65 219 218 -
CMYK 0.70 0 0.00 0.14
HSL 179.61º 0.68% 0.56% -
HSV(B) 179.61º 0.7% 0.86% -
XYZ 40.17 56.85 75.19 -
YUV 172.84 153.48 51.08 -
System Red Green Blue C M Y K H S L
Decimal 65 219 218 0.70 0 0.00 0.14 179.61 0.68 0.56
Hex 41 DB DA 46 0 0 E B4 44 38
Octal 101 333 332 106 0 0 16 264 104 70
Binary 1000001 11011011 11011010 1000110 0 0 1110 10110100 1000100 111000

Color Harmonies of #41DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DBDA

Black with #41DBDA

Text Example


Text Example

White with #41DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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