Html Css Color HEX #40CBBE Medium Turquoise

📋 copy color: '#40CBBE'

red 64 ◦ green 203 ◦ blue 190

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

Shades of Medium Turquoise #40CBBE

Tints of Medium Turquoise #40CBBE

RGB

 RED value IS 64 (25.39% from 255) = 14%

 GREEN value IS 203 (79.69% from 255) = 44.42%

 BLUE value IS 190 (74.61% from 255) = 41.58%

R = 14%
G = 44.42%
B = 41.58%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#40CBBE (or 0x40CBBE) is known color: Medium Turquoise. HEX triplet: 40, CB and BE. RGB value is (64,203,190). Sum of RGB (Red+Green+Blue) = 64+203+190=457 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.00% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 203 - color contains mainly: green. Hex color #40CBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CBBE is #BF3441. Grayscale: #9F9F9F. Windows color (decimal): -12530754 or 12503872. OLE color: 12503872.

HSL color Cylindrical-coordinate representation of color #40CBBE: hue angle of 174.39º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40CBBE is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 203 190 -
CMYK 0.68 0 0.06 0.20
HSL 174.39º 0.57% 0.52% -
HSV(B) 174.39º 0.68% 0.8% -
XYZ 32.76 47.52 56.16 -
YUV 159.96 144.95 59.56 -
System Red Green Blue C M Y K H S L
Decimal 64 203 190 0.68 0 0.06 0.20 174.39 0.57 0.52
Hex 40 CB BE 44 0 6 14 AE 39 34
Octal 100 313 276 104 0 6 24 256 71 64
Binary 1000000 11001011 10111110 1000100 0 110 10100 10101110 111001 110100

Color Harmonies of #40CBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CBBE

Black with #40CBBE

Text Example


Text Example

White with #40CBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40CBBE; }

 p { color: rgb(64,203,190); }

 H1.HeaderClassName
 {
   color: #40CBBE;
 }
 .AnyTagClassName
 {
   color: #40CBBE;
 }
</style>

background-color css

<style>
 a { background-color: #40CBBE; }

 a { background-color: rgb(64,203,190); }

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

border-color css

<style>
 span { border-color: #40CBBE; }

 span { border-color: rgb(64,203,190); }

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