Html Css Color HEX #41DBDB Turquoise

📋 copy color: '#41DBDB'

red 65 ◦ green 219 ◦ blue 219

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

Shades of Turquoise #41DBDB

Tints of Turquoise #41DBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.54%

R = 12.92%
G = 43.54%
B = 43.54%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#41DBDB (or 0x41DBDB) is known color: Turquoise. HEX triplet: 41, DB and DB. RGB value is (65,219,219). Sum of RGB (Red+Green+Blue) = 65+219+219=503 (66% of max value = 765). Red value is 65 (25.78% from 255 or 12.92% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #41DBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DBDB is #BE2424. Grayscale: #ACACAC. Windows color (decimal): -12461093 or 14408513. OLE color: 14408513.

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

Color convert

RGB 65 219 219 -
CMYK 0.70 0 0 0.14
HSL 180º 0.68% 0.56% -
HSV(B) 180º 0.7% 0.86% -
XYZ 40.3 56.9 75.88 -
YUV 172.95 153.98 51 -
System Red Green Blue C M Y K H S L
Decimal 65 219 219 0.70 0 0 0.14 180 0.68 0.56
Hex 41 DB DB 46 0 0 E B4 44 38
Octal 101 333 333 106 0 0 16 264 104 70
Binary 1000001 11011011 11011011 1000110 0 0 1110 10110100 1000100 111000

Color Harmonies of #41DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DBDB

Black with #41DBDB

Text Example


Text Example

White with #41DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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