Html Css Color HEX #41DAEA Turquoise

📋 copy color: '#41DAEA'

red 65 ◦ green 218 ◦ blue 234

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

Shades of Turquoise #41DAEA

Tints of Turquoise #41DAEA

RGB

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

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

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

R = 12.57%
G = 42.17%
B = 45.26%

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

#41DAEA (or 0x41DAEA) is known color: Turquoise. HEX triplet: 41, DA and EA. RGB value is (65,218,234). Sum of RGB (Red+Green+Blue) = 65+218+234=517 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.57% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #41DAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DAEA is #BE2515. Grayscale: #ADADAD. Windows color (decimal): -12461334 or 15391297. OLE color: 15391297.

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

Color convert

RGB 65 218 234 -
CMYK 0.72 0.07 0 0.08
HSL 185.68º 0.8% 0.59% -
HSV(B) 185.68º 0.72% 0.92% -
XYZ 42.1 57.21 86.66 -
YUV 174.08 161.81 50.2 -
System Red Green Blue C M Y K H S L
Decimal 65 218 234 0.72 0.07 0 0.08 185.68 0.8 0.59
Hex 41 DA EA 48 7 0 8 BA 50 3B
Octal 101 332 352 110 7 0 10 272 120 73
Binary 1000001 11011010 11101010 1001000 111 0 1000 10111010 1010000 111011

Color Harmonies of #41DAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DAEA

Black with #41DAEA

Text Example


Text Example

White with #41DAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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