Html Css Color HEX #41DDDD Turquoise

📋 copy color: '#41DDDD'

red 65 ◦ green 221 ◦ blue 221

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

Shades of Turquoise #41DDDD

Tints of Turquoise #41DDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.59%

R = 12.82%
G = 43.59%
B = 43.59%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#41DDDD (or 0x41DDDD) is known color: Turquoise. HEX triplet: 41, DD and DD. RGB value is (65,221,221). Sum of RGB (Red+Green+Blue) = 65+221+221=507 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.82% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #41DDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DDDD is #BE2222. Grayscale: #AEAEAE. Windows color (decimal): -12460579 or 14540097. OLE color: 14540097.

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

Color convert

RGB 65 221 221 -
CMYK 0.71 0 0 0.13
HSL 180º 0.7% 0.56% -
HSV(B) 180º 0.71% 0.87% -
XYZ 41.09 58.06 77.45 -
YUV 174.36 154.32 50 -
System Red Green Blue C M Y K H S L
Decimal 65 221 221 0.71 0 0 0.13 180 0.7 0.56
Hex 41 DD DD 47 0 0 D B4 46 38
Octal 101 335 335 107 0 0 15 264 106 70
Binary 1000001 11011101 11011101 1000111 0 0 1101 10110100 1000110 111000

Color Harmonies of #41DDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DDDD

Black with #41DDDD

Text Example


Text Example

White with #41DDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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