Html Css Color HEX #41DDBF Turquoise

📋 copy color: '#41DDBF'

red 65 ◦ green 221 ◦ blue 191

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

Shades of Turquoise #41DDBF

Tints of Turquoise #41DDBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.04%

R = 13.63%
G = 46.33%
B = 40.04%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#41DDBF (or 0x41DDBF) is known color: Turquoise. HEX triplet: 41, DD and BF. RGB value is (65,221,191). Sum of RGB (Red+Green+Blue) = 65+221+191=477 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.63% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #41DDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DDBF is #BE2240. Grayscale: #AAAAAA. Windows color (decimal): -12460609 or 12574017. OLE color: 12574017.

HSL color Cylindrical-coordinate representation of color #41DDBF: hue angle of 168.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 #41DDBF is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 221 191 -
CMYK 0.71 0 0.14 0.13
HSL 168.46º 0.7% 0.56% -
HSV(B) 168.46º 0.71% 0.87% -
XYZ 37.44 56.6 58.24 -
YUV 170.94 139.32 52.44 -
System Red Green Blue C M Y K H S L
Decimal 65 221 191 0.71 0 0.14 0.13 168.46 0.7 0.56
Hex 41 DD BF 47 0 E D A8 46 38
Octal 101 335 277 107 0 16 15 250 106 70
Binary 1000001 11011101 10111111 1000111 0 1110 1101 10101000 1000110 111000

Color Harmonies of #41DDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DDBF

Black with #41DDBF

Text Example


Text Example

White with #41DDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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