Html Css Color HEX #41DDB2 Turquoise

📋 copy color: '#41DDB2'

red 65 ◦ green 221 ◦ blue 178

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

Shades of Turquoise #41DDB2

Tints of Turquoise #41DDB2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.63%

 BLUE value IS 178 (69.92% from 255) = 38.36%

R = 14.01%
G = 47.63%
B = 38.36%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#41DDB2 (or 0x41DDB2) is known color: Turquoise. HEX triplet: 41, DD and B2. RGB value is (65,221,178). Sum of RGB (Red+Green+Blue) = 65+221+178=464 (61% of max value = 765). Red value is 65 (25.78% from 255 or 14.01% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 178 (69.92% from 255 or 38.36% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #41DDB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41DDB2 is #BE224D. Grayscale: #A9A9A9. Windows color (decimal): -12460622 or 11722049. OLE color: 11722049.

HSL color Cylindrical-coordinate representation of color #41DDB2: hue angle of 163.46º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41DDB2 is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 221 178 -
CMYK 0.71 0 0.19 0.13
HSL 163.46º 0.7% 0.56% -
HSV(B) 163.46º 0.71% 0.87% -
XYZ 36.07 56.05 51.04 -
YUV 169.45 132.82 53.5 -
System Red Green Blue C M Y K H S L
Decimal 65 221 178 0.71 0 0.19 0.13 163.46 0.7 0.56
Hex 41 DD B2 47 0 13 D A3 46 38
Octal 101 335 262 107 0 23 15 243 106 70
Binary 1000001 11011101 10110010 1000111 0 10011 1101 10100011 1000110 111000

Color Harmonies of #41DDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DDB2

Black with #41DDB2

Text Example


Text Example

White with #41DDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,221,178); }

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

background-color css

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

 a { background-color: rgb(65,221,178); }

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

border-color css

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

 span { border-color: rgb(65,221,178); }

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