Html Css Color HEX #41DDD0 Turquoise

📋 copy color: '#41DDD0'

red 65 ◦ green 221 ◦ blue 208

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

Shades of Turquoise #41DDD0

Tints of Turquoise #41DDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.11%

R = 13.16%
G = 44.74%
B = 42.11%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#41DDD0 (or 0x41DDD0) is known color: Turquoise. HEX triplet: 41, DD and D0. RGB value is (65,221,208). Sum of RGB (Red+Green+Blue) = 65+221+208=494 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.16% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #41DDD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DDD0 is #BE222F. Grayscale: #ACACAC. Windows color (decimal): -12460592 or 13688129. OLE color: 13688129.

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

Color convert

RGB 65 221 208 -
CMYK 0.71 0 0.06 0.13
HSL 175º 0.7% 0.56% -
HSV(B) 175º 0.71% 0.87% -
XYZ 39.42 57.39 68.67 -
YUV 172.87 147.82 51.06 -
System Red Green Blue C M Y K H S L
Decimal 65 221 208 0.71 0 0.06 0.13 175 0.7 0.56
Hex 41 DD D0 47 0 6 D AF 46 38
Octal 101 335 320 107 0 6 15 257 106 70
Binary 1000001 11011101 11010000 1000111 0 110 1101 10101111 1000110 111000

Color Harmonies of #41DDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DDD0

Black with #41DDD0

Text Example


Text Example

White with #41DDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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