Html Css Color HEX #41CDCB Medium Turquoise

📋 copy color: '#41CDCB'

red 65 ◦ green 205 ◦ blue 203

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

Shades of Medium Turquoise #41CDCB

Tints of Medium Turquoise #41CDCB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.34%

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

R = 13.74%
G = 43.34%
B = 42.92%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#41CDCB (or 0x41CDCB) is known color: Medium Turquoise. HEX triplet: 41, CD and CB. RGB value is (65,205,203). Sum of RGB (Red+Green+Blue) = 65+205+203=473 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.74% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #41CDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CDCB is #BE3234. Grayscale: #A2A2A2. Windows color (decimal): -12464693 or 13356353. OLE color: 13356353.

HSL color Cylindrical-coordinate representation of color #41CDCB: hue angle of 179.14º 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 #41CDCB is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 65 205 203 -
CMYK 0.68 0 0.01 0.20
HSL 179.14º 0.58% 0.53% -
HSV(B) 179.14º 0.68% 0.8% -
XYZ 34.79 49.1 64.14 -
YUV 162.91 150.62 58.16 -
System Red Green Blue C M Y K H S L
Decimal 65 205 203 0.68 0 0.01 0.20 179.14 0.58 0.53
Hex 41 CD CB 44 0 1 14 B3 3A 35
Octal 101 315 313 104 0 1 24 263 72 65
Binary 1000001 11001101 11001011 1000100 0 1 10100 10110011 111010 110101

Color Harmonies of #41CDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CDCB

Black with #41CDCB

Text Example


Text Example

White with #41CDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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