Html Css Color HEX #41E9DB Turquoise

📋 copy color: '#41E9DB'

red 65 ◦ green 233 ◦ blue 219

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

Shades of Turquoise #41E9DB

Tints of Turquoise #41E9DB

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.07%

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

R = 12.57%
G = 45.07%
B = 42.36%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#41E9DB (or 0x41E9DB) is known color: Turquoise. HEX triplet: 41, E9 and DB. RGB value is (65,233,219). Sum of RGB (Red+Green+Blue) = 65+233+219=517 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.57% from 517); Green value is 233 (91.41% from 255 or 45.07% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 233 - color contains mainly: green. Hex color #41E9DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41E9DB is #BE1624. Grayscale: #B5B5B5. Windows color (decimal): -12457509 or 14412097. OLE color: 14412097.

HSL color Cylindrical-coordinate representation of color #41E9DB: hue angle of 175º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41E9DB is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 65 233 219 -
CMYK 0.72 0 0.06 0.09
HSL 175º 0.79% 0.58% -
HSV(B) 175º 0.72% 0.91% -
XYZ 44.11 64.52 77.15 -
YUV 181.17 149.34 45.14 -
System Red Green Blue C M Y K H S L
Decimal 65 233 219 0.72 0 0.06 0.09 175 0.79 0.58
Hex 41 E9 DB 48 0 6 9 AF 4F 3A
Octal 101 351 333 110 0 6 11 257 117 72
Binary 1000001 11101001 11011011 1001000 0 110 1001 10101111 1001111 111010

Color Harmonies of #41E9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E9DB

Black with #41E9DB

Text Example


Text Example

White with #41E9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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