Html Css Color HEX #41DBEB Turquoise

📋 copy color: '#41DBEB'

red 65 ◦ green 219 ◦ blue 235

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

Shades of Turquoise #41DBEB

Tints of Turquoise #41DBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.28%

R = 12.52%
G = 42.2%
B = 45.28%

CMYK

 C value IS 0.72

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#41DBEB (or 0x41DBEB) is known color: Turquoise. HEX triplet: 41, DB and EB. RGB value is (65,219,235). Sum of RGB (Red+Green+Blue) = 65+219+235=519 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.52% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #41DBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DBEB is #BE2414. Grayscale: #AEAEAE. Windows color (decimal): -12461077 or 15457089. OLE color: 15457089.

HSL color Cylindrical-coordinate representation of color #41DBEB: hue angle of 185.65º degrees, saturation: 0.81, 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 #41DBEB is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 65 219 235 -
CMYK 0.72 0.07 0 0.08
HSL 185.65º 0.81% 0.59% -
HSV(B) 185.65º 0.72% 0.92% -
XYZ 42.51 57.79 87.51 -
YUV 174.78 161.98 49.7 -
System Red Green Blue C M Y K H S L
Decimal 65 219 235 0.72 0.07 0 0.08 185.65 0.81 0.59
Hex 41 DB EB 48 7 0 8 BA 51 3B
Octal 101 333 353 110 7 0 10 272 121 73
Binary 1000001 11011011 11101011 1001000 111 0 1000 10111010 1010001 111011

Color Harmonies of #41DBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DBEB

Black with #41DBEB

Text Example


Text Example

White with #41DBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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