Html Css Color HEX #41DACE Turquoise

📋 copy color: '#41DACE'

red 65 ◦ green 218 ◦ blue 206

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

Shades of Turquoise #41DACE

Tints of Turquoise #41DACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.13%

R = 13.29%
G = 44.58%
B = 42.13%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#41DACE (or 0x41DACE) is known color: Turquoise. HEX triplet: 41, DA and CE. RGB value is (65,218,206). Sum of RGB (Red+Green+Blue) = 65+218+206=489 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.29% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #41DACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DACE is #BE2531. Grayscale: #AAAAAA. Windows color (decimal): -12461362 or 13556289. OLE color: 13556289.

HSL color Cylindrical-coordinate representation of color #41DACE: hue angle of 175.29º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41DACE is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 65 218 206 -
CMYK 0.70 0 0.06 0.15
HSL 175.29º 0.67% 0.55% -
HSV(B) 175.29º 0.7% 0.85% -
XYZ 38.39 55.72 67.12 -
YUV 170.89 147.81 52.48 -
System Red Green Blue C M Y K H S L
Decimal 65 218 206 0.70 0 0.06 0.15 175.29 0.67 0.55
Hex 41 DA CE 46 0 6 F AF 43 37
Octal 101 332 316 106 0 6 17 257 103 67
Binary 1000001 11011010 11001110 1000110 0 110 1111 10101111 1000011 110111

Color Harmonies of #41DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DACE

Black with #41DACE

Text Example


Text Example

White with #41DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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