Html Css Color HEX #41DAEB Turquoise

📋 copy color: '#41DAEB'

red 65 ◦ green 218 ◦ blue 235

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

Shades of Turquoise #41DAEB

Tints of Turquoise #41DAEB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.08%

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

R = 12.55%
G = 42.08%
B = 45.37%

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

#41DAEB (or 0x41DAEB) is known color: Turquoise. HEX triplet: 41, DA and EB. RGB value is (65,218,235). Sum of RGB (Red+Green+Blue) = 65+218+235=518 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.55% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #41DAEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DAEB is #BE2514. Grayscale: #ADADAD. Windows color (decimal): -12461333 or 15456833. OLE color: 15456833.

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

Color convert

RGB 65 218 235 -
CMYK 0.72 0.07 0 0.08
HSL 186º 0.81% 0.59% -
HSV(B) 186º 0.72% 0.92% -
XYZ 42.25 57.26 87.42 -
YUV 174.19 162.31 50.12 -
System Red Green Blue C M Y K H S L
Decimal 65 218 235 0.72 0.07 0 0.08 186 0.81 0.59
Hex 41 DA EB 48 7 0 8 BA 51 3B
Octal 101 332 353 110 7 0 10 272 121 73
Binary 1000001 11011010 11101011 1001000 111 0 1000 10111010 1010001 111011

Color Harmonies of #41DAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DAEB

Black with #41DAEB

Text Example


Text Example

White with #41DAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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