Html Css Color HEX #41CACD Medium Turquoise

📋 copy color: '#41CACD'

red 65 ◦ green 202 ◦ blue 205

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

Shades of Medium Turquoise #41CACD

Tints of Medium Turquoise #41CACD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.8%

 BLUE value IS 205 (80.47% from 255) = 43.43%

R = 13.77%
G = 42.8%
B = 43.43%

CMYK

 C value IS 0.68

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#41CACD (or 0x41CACD) is known color: Medium Turquoise. HEX triplet: 41, CA and CD. RGB value is (65,202,205). Sum of RGB (Red+Green+Blue) = 65+202+205=472 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.77% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #41CACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CACD is #BE3532. Grayscale: #A1A1A1. Windows color (decimal): -12465459 or 13486657. OLE color: 13486657.

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

Color convert

RGB 65 202 205 -
CMYK 0.68 0.01 0 0.20
HSL 181.29º 0.58% 0.53% -
HSV(B) 181.29º 0.68% 0.8% -
XYZ 34.32 47.77 65.17 -
YUV 161.38 152.61 59.26 -
System Red Green Blue C M Y K H S L
Decimal 65 202 205 0.68 0.01 0 0.20 181.29 0.58 0.53
Hex 41 CA CD 44 1 0 14 B5 3A 35
Octal 101 312 315 104 1 0 24 265 72 65
Binary 1000001 11001010 11001101 1000100 1 0 10100 10110101 111010 110101

Color Harmonies of #41CACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CACD

Black with #41CACD

Text Example


Text Example

White with #41CACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,202,205); }

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

background-color css

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

 a { background-color: rgb(65,202,205); }

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

border-color css

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

 span { border-color: rgb(65,202,205); }

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