Html Css Color HEX #41DACC Turquoise

📋 copy color: '#41DACC'

red 65 ◦ green 218 ◦ blue 204

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

Shades of Turquoise #41DACC

Tints of Turquoise #41DACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.89%

R = 13.35%
G = 44.76%
B = 41.89%

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

#41DACC (or 0x41DACC) is known color: Turquoise. HEX triplet: 41, DA and CC. RGB value is (65,218,204). Sum of RGB (Red+Green+Blue) = 65+218+204=487 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.35% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 218 - color contains mainly: green. Hex color #41DACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DACC is #BE2533. Grayscale: #AAAAAA. Windows color (decimal): -12461364 or 13425217. OLE color: 13425217.

HSL color Cylindrical-coordinate representation of color #41DACC: hue angle of 174.51º 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 #41DACC is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 65 218 204 -
CMYK 0.70 0 0.06 0.15
HSL 174.51º 0.67% 0.55% -
HSV(B) 174.51º 0.7% 0.85% -
XYZ 38.15 55.63 65.85 -
YUV 170.66 146.81 52.64 -
System Red Green Blue C M Y K H S L
Decimal 65 218 204 0.70 0 0.06 0.15 174.51 0.67 0.55
Hex 41 DA CC 46 0 6 F AF 43 37
Octal 101 332 314 106 0 6 17 257 103 67
Binary 1000001 11011010 11001100 1000110 0 110 1111 10101111 1000011 110111

Color Harmonies of #41DACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DACC

Black with #41DACC

Text Example


Text Example

White with #41DACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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