Html Css Color HEX #41C0CB Medium Turquoise

📋 copy color: '#41C0CB'

red 65 ◦ green 192 ◦ blue 203

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

Shades of Medium Turquoise #41C0CB

Tints of Medium Turquoise #41C0CB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.74%

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

R = 14.13%
G = 41.74%
B = 44.13%

CMYK

 C value IS 0.68

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#41C0CB (or 0x41C0CB) is known color: Medium Turquoise. HEX triplet: 41, C0 and CB. RGB value is (65,192,203). Sum of RGB (Red+Green+Blue) = 65+192+203=460 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.13% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #41C0CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41C0CB is #BE3F34. Grayscale: #9B9B9B. Windows color (decimal): -12468021 or 13353025. OLE color: 13353025.

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

Color convert

RGB 65 192 203 -
CMYK 0.68 0.05 0 0.20
HSL 184.78º 0.57% 0.53% -
HSV(B) 184.78º 0.68% 0.8% -
XYZ 31.81 43.13 63.15 -
YUV 155.28 154.92 63.61 -
System Red Green Blue C M Y K H S L
Decimal 65 192 203 0.68 0.05 0 0.20 184.78 0.57 0.53
Hex 41 C0 CB 44 5 0 14 B9 39 35
Octal 101 300 313 104 5 0 24 271 71 65
Binary 1000001 11000000 11001011 1000100 101 0 10100 10111001 111001 110101

Color Harmonies of #41C0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C0CB

Black with #41C0CB

Text Example


Text Example

White with #41C0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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