Html Css Color HEX #41DBEA Turquoise

📋 copy color: '#41DBEA'

red 65 ◦ green 219 ◦ blue 234

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

Shades of Turquoise #41DBEA

Tints of Turquoise #41DBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.17%

R = 12.55%
G = 42.28%
B = 45.17%

CMYK

 C value IS 0.72

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#41DBEA (or 0x41DBEA) is known color: Turquoise. HEX triplet: 41, DB and EA. RGB value is (65,219,234). Sum of RGB (Red+Green+Blue) = 65+219+234=518 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.55% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #41DBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DBEA is #BE2415. Grayscale: #AEAEAE. Windows color (decimal): -12461078 or 15391553. OLE color: 15391553.

HSL color Cylindrical-coordinate representation of color #41DBEA: hue angle of 185.33º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41DBEA is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 65 219 234 -
CMYK 0.72 0.06 0 0.08
HSL 185.33º 0.8% 0.59% -
HSV(B) 185.33º 0.72% 0.92% -
XYZ 42.36 57.73 86.75 -
YUV 174.66 161.48 49.78 -
System Red Green Blue C M Y K H S L
Decimal 65 219 234 0.72 0.06 0 0.08 185.33 0.8 0.59
Hex 41 DB EA 48 6 0 8 B9 50 3B
Octal 101 333 352 110 6 0 10 271 120 73
Binary 1000001 11011011 11101010 1001000 110 0 1000 10111001 1010000 111011

Color Harmonies of #41DBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DBEA

Black with #41DBEA

Text Example


Text Example

White with #41DBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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