Html Css Color HEX #4BCECA Medium Turquoise

📋 copy color: '#4BCECA'

red 75 ◦ green 206 ◦ blue 202

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

Shades of Medium Turquoise #4BCECA

Tints of Medium Turquoise #4BCECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.82%

R = 15.53%
G = 42.65%
B = 41.82%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#4BCECA (or 0x4BCECA) is known color: Medium Turquoise. HEX triplet: 4B, CE and CA. RGB value is (75,206,202). Sum of RGB (Red+Green+Blue) = 75+206+202=483 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.53% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 206 - color contains mainly: green. Hex color #4BCECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCECA is #B43135. Grayscale: #A6A6A6. Windows color (decimal): -11809078 or 13291083. OLE color: 13291083.

HSL color Cylindrical-coordinate representation of color #4BCECA: hue angle of 178.17º 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 #4BCECA is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 75 206 202 -
CMYK 0.64 0 0.02 0.19
HSL 178.17º 0.57% 0.55% -
HSV(B) 178.17º 0.64% 0.81% -
XYZ 35.63 49.9 63.63 -
YUV 166.38 148.1 62.83 -
System Red Green Blue C M Y K H S L
Decimal 75 206 202 0.64 0 0.02 0.19 178.17 0.57 0.55
Hex 4B CE CA 40 0 2 13 B2 39 37
Octal 113 316 312 100 0 2 23 262 71 67
Binary 1001011 11001110 11001010 1000000 0 10 10011 10110010 111001 110111

Color Harmonies of #4BCECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCECA

Black with #4BCECA

Text Example


Text Example

White with #4BCECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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