Html Css Color HEX #4BCECE Medium Turquoise

📋 copy color: '#4BCECE'

red 75 ◦ green 206 ◦ blue 206

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

Shades of Medium Turquoise #4BCECE

Tints of Medium Turquoise #4BCECE

RGB

 RED value IS 75 (29.69% from 255) = 15.4%

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

 BLUE value IS 206 (80.86% from 255) = 42.3%

R = 15.4%
G = 42.3%
B = 42.3%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4BCECE (or 0x4BCECE) is known color: Medium Turquoise. HEX triplet: 4B, CE and CE. RGB value is (75,206,206). Sum of RGB (Red+Green+Blue) = 75+206+206=487 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.40% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #4BCECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCECE is #B43131. Grayscale: #A6A6A6. Windows color (decimal): -11809074 or 13553227. OLE color: 13553227.

HSL color Cylindrical-coordinate representation of color #4BCECE: hue angle of 180º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BCECE is Cyan = 0.64, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 75 206 206 -
CMYK 0.64 0 0 0.19
HSL 180º 0.57% 0.55% -
HSV(B) 180º 0.64% 0.81% -
XYZ 36.11 50.09 66.16 -
YUV 166.83 150.1 62.5 -
System Red Green Blue C M Y K H S L
Decimal 75 206 206 0.64 0 0 0.19 180 0.57 0.55
Hex 4B CE CE 40 0 0 13 B4 39 37
Octal 113 316 316 100 0 0 23 264 71 67
Binary 1001011 11001110 11001110 1000000 0 0 10011 10110100 111001 110111

Color Harmonies of #4BCECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCECE

Black with #4BCECE

Text Example


Text Example

White with #4BCECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BCECE; }

 p { color: rgb(75,206,206); }

 H1.HeaderClassName
 {
   color: #4BCECE;
 }
 .AnyTagClassName
 {
   color: #4BCECE;
 }
</style>

background-color css

<style>
 a { background-color: #4BCECE; }

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

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

border-color css

<style>
 span { border-color: #4BCECE; }

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

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