Html Css Color HEX #41DDCF Turquoise

📋 copy color: '#41DDCF'

red 65 ◦ green 221 ◦ blue 207

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

Shades of Turquoise #41DDCF

Tints of Turquoise #41DDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.99%

R = 13.18%
G = 44.83%
B = 41.99%

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

#41DDCF (or 0x41DDCF) is known color: Turquoise. HEX triplet: 41, DD and CF. RGB value is (65,221,207). Sum of RGB (Red+Green+Blue) = 65+221+207=493 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.18% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #41DDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DDCF is #BE2230. Grayscale: #ACACAC. Windows color (decimal): -12460593 or 13622593. OLE color: 13622593.

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

Color convert

RGB 65 221 207 -
CMYK 0.71 0 0.06 0.13
HSL 174.62º 0.7% 0.56% -
HSV(B) 174.62º 0.71% 0.87% -
XYZ 39.3 57.34 68.03 -
YUV 172.76 147.32 51.14 -
System Red Green Blue C M Y K H S L
Decimal 65 221 207 0.71 0 0.06 0.13 174.62 0.7 0.56
Hex 41 DD CF 47 0 6 D AF 46 38
Octal 101 335 317 107 0 6 15 257 106 70
Binary 1000001 11011101 11001111 1000111 0 110 1101 10101111 1000110 111000

Color Harmonies of #41DDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DDCF

Black with #41DDCF

Text Example


Text Example

White with #41DDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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