Html Css Color HEX #41CEBB Medium Turquoise

📋 copy color: '#41CEBB'

red 65 ◦ green 206 ◦ blue 187

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

Shades of Medium Turquoise #41CEBB

Tints of Medium Turquoise #41CEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.83%

R = 14.19%
G = 44.98%
B = 40.83%

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

#41CEBB (or 0x41CEBB) is known color: Medium Turquoise. HEX triplet: 41, CE and BB. RGB value is (65,206,187). Sum of RGB (Red+Green+Blue) = 65+206+187=458 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.19% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #41CEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CEBB is #BE3144. Grayscale: #A1A1A1. Windows color (decimal): -12464453 or 12308033. OLE color: 12308033.

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

Color convert

RGB 65 206 187 -
CMYK 0.68 0 0.09 0.19
HSL 171.91º 0.59% 0.53% -
HSV(B) 171.91º 0.68% 0.81% -
XYZ 33.22 48.85 54.69 -
YUV 161.68 142.29 59.04 -
System Red Green Blue C M Y K H S L
Decimal 65 206 187 0.68 0 0.09 0.19 171.91 0.59 0.53
Hex 41 CE BB 44 0 9 13 AC 3B 35
Octal 101 316 273 104 0 11 23 254 73 65
Binary 1000001 11001110 10111011 1000100 0 1001 10011 10101100 111011 110101

Color Harmonies of #41CEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CEBB

Black with #41CEBB

Text Example


Text Example

White with #41CEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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