Html Css Color HEX #41CCCE Medium Turquoise

📋 copy color: '#41CCCE'

red 65 ◦ green 204 ◦ blue 206

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

Shades of Medium Turquoise #41CCCE

Tints of Medium Turquoise #41CCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.37%

R = 13.68%
G = 42.95%
B = 43.37%

CMYK

 C value IS 0.68

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#41CCCE (or 0x41CCCE) is known color: Medium Turquoise. HEX triplet: 41, CC and CE. RGB value is (65,204,206). Sum of RGB (Red+Green+Blue) = 65+204+206=475 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.68% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #41CCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CCCE is #BE3331. Grayscale: #A2A2A2. Windows color (decimal): -12464946 or 13552705. OLE color: 13552705.

HSL color Cylindrical-coordinate representation of color #41CCCE: hue angle of 180.85º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CCCE is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 204 206 -
CMYK 0.68 0.01 0 0.19
HSL 180.85º 0.59% 0.53% -
HSV(B) 180.85º 0.68% 0.81% -
XYZ 34.91 48.77 65.97 -
YUV 162.67 152.45 58.34 -
System Red Green Blue C M Y K H S L
Decimal 65 204 206 0.68 0.01 0 0.19 180.85 0.59 0.53
Hex 41 CC CE 44 1 0 13 B5 3B 35
Octal 101 314 316 104 1 0 23 265 73 65
Binary 1000001 11001100 11001110 1000100 1 0 10011 10110101 111011 110101

Color Harmonies of #41CCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CCCE

Black with #41CCCE

Text Example


Text Example

White with #41CCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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