Html Css Color HEX #41CCDC Medium Turquoise

📋 copy color: '#41CCDC'

red 65 ◦ green 204 ◦ blue 220

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

Shades of Medium Turquoise #41CCDC

Tints of Medium Turquoise #41CCDC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.72%

 BLUE value IS 220 (86.33% from 255) = 44.99%

R = 13.29%
G = 41.72%
B = 44.99%

CMYK

 C value IS 0.70

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#41CCDC (or 0x41CCDC) is known color: Medium Turquoise. HEX triplet: 41, CC and DC. RGB value is (65,204,220). Sum of RGB (Red+Green+Blue) = 65+204+220=489 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.29% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #41CCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CCDC is #BE3323. Grayscale: #A4A4A4. Windows color (decimal): -12464932 or 14470209. OLE color: 14470209.

HSL color Cylindrical-coordinate representation of color #41CCDC: hue angle of 186.19º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41CCDC is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 65 204 220 -
CMYK 0.70 0.07 0 0.14
HSL 186.19º 0.69% 0.56% -
HSV(B) 186.19º 0.7% 0.86% -
XYZ 36.69 49.48 75.33 -
YUV 164.26 159.45 57.2 -
System Red Green Blue C M Y K H S L
Decimal 65 204 220 0.70 0.07 0 0.14 186.19 0.69 0.56
Hex 41 CC DC 46 7 0 E BA 45 38
Octal 101 314 334 106 7 0 16 272 105 70
Binary 1000001 11001100 11011100 1000110 111 0 1110 10111010 1000101 111000

Color Harmonies of #41CCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CCDC

Black with #41CCDC

Text Example


Text Example

White with #41CCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,204,220); }

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

background-color css

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

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

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

border-color css

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

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

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