Html Css Color HEX #41DDCB Turquoise

📋 copy color: '#41DDCB'

red 65 ◦ green 221 ◦ blue 203

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

Shades of Turquoise #41DDCB

Tints of Turquoise #41DDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.51%

R = 13.29%
G = 45.19%
B = 41.51%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#41DDCB (or 0x41DDCB) is known color: Turquoise. HEX triplet: 41, DD and CB. RGB value is (65,221,203). Sum of RGB (Red+Green+Blue) = 65+221+203=489 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.29% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #41DDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DDCB is #BE2234. Grayscale: #ACACAC. Windows color (decimal): -12460597 or 13360449. OLE color: 13360449.

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

Color convert

RGB 65 221 203 -
CMYK 0.71 0 0.08 0.13
HSL 173.08º 0.7% 0.56% -
HSV(B) 173.08º 0.71% 0.87% -
XYZ 38.82 57.15 65.48 -
YUV 172.3 145.32 51.46 -
System Red Green Blue C M Y K H S L
Decimal 65 221 203 0.71 0 0.08 0.13 173.08 0.7 0.56
Hex 41 DD CB 47 0 8 D AD 46 38
Octal 101 335 313 107 0 10 15 255 106 70
Binary 1000001 11011101 11001011 1000111 0 1000 1101 10101101 1000110 111000

Color Harmonies of #41DDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DDCB

Black with #41DDCB

Text Example


Text Example

White with #41DDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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