Html Css Color HEX #4BCEDB Medium Turquoise

📋 copy color: '#4BCEDB'

red 75 ◦ green 206 ◦ blue 219

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

Shades of Medium Turquoise #4BCEDB

Tints of Medium Turquoise #4BCEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.8%

R = 15%
G = 41.2%
B = 43.8%

CMYK

 C value IS 0.66

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4BCEDB (or 0x4BCEDB) is known color: Medium Turquoise. HEX triplet: 4B, CE and DB. RGB value is (75,206,219). Sum of RGB (Red+Green+Blue) = 75+206+219=500 (66% of max value = 765). Red value is 75 (29.69% from 255 or 15% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #4BCEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCEDB is #B43124. Grayscale: #A8A8A8. Windows color (decimal): -11809061 or 14405195. OLE color: 14405195.

HSL color Cylindrical-coordinate representation of color #4BCEDB: hue angle of 185.42º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BCEDB is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 75 206 219 -
CMYK 0.66 0.06 0 0.14
HSL 185.42º 0.67% 0.58% -
HSV(B) 185.42º 0.66% 0.86% -
XYZ 37.76 50.75 74.82 -
YUV 168.31 156.6 61.44 -
System Red Green Blue C M Y K H S L
Decimal 75 206 219 0.66 0.06 0 0.14 185.42 0.67 0.58
Hex 4B CE DB 42 6 0 E B9 43 3A
Octal 113 316 333 102 6 0 16 271 103 72
Binary 1001011 11001110 11011011 1000010 110 0 1110 10111001 1000011 111010

Color Harmonies of #4BCEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCEDB

Black with #4BCEDB

Text Example


Text Example

White with #4BCEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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