Html Css Color HEX #41CEBC Medium Turquoise

📋 copy color: '#41CEBC'

red 65 ◦ green 206 ◦ blue 188

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

Shades of Medium Turquoise #41CEBC

Tints of Medium Turquoise #41CEBC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.88%

 BLUE value IS 188 (73.83% from 255) = 40.96%

R = 14.16%
G = 44.88%
B = 40.96%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#41CEBC (or 0x41CEBC) is known color: Medium Turquoise. HEX triplet: 41, CE and BC. RGB value is (65,206,188). Sum of RGB (Red+Green+Blue) = 65+206+188=459 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.16% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 206 - color contains mainly: green. Hex color #41CEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CEBC is #BE3143. Grayscale: #A1A1A1. Windows color (decimal): -12464452 or 12373569. OLE color: 12373569.

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

Color convert

RGB 65 206 188 -
CMYK 0.68 0 0.09 0.19
HSL 172.34º 0.59% 0.53% -
HSV(B) 172.34º 0.68% 0.81% -
XYZ 33.33 48.9 55.26 -
YUV 161.79 142.79 58.96 -
System Red Green Blue C M Y K H S L
Decimal 65 206 188 0.68 0 0.09 0.19 172.34 0.59 0.53
Hex 41 CE BC 44 0 9 13 AC 3B 35
Octal 101 316 274 104 0 11 23 254 73 65
Binary 1000001 11001110 10111100 1000100 0 1001 10011 10101100 111011 110101

Color Harmonies of #41CEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CEBC

Black with #41CEBC

Text Example


Text Example

White with #41CEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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