Html Css Color HEX #4BCED5 Medium Turquoise

📋 copy color: '#4BCED5'

red 75 ◦ green 206 ◦ blue 213

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

Shades of Medium Turquoise #4BCED5

Tints of Medium Turquoise #4BCED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.12%

R = 15.18%
G = 41.7%
B = 43.12%

CMYK

 C value IS 0.65

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4BCED5 (or 0x4BCED5) is known color: Medium Turquoise. HEX triplet: 4B, CE and D5. RGB value is (75,206,213). Sum of RGB (Red+Green+Blue) = 75+206+213=494 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.18% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 213 (83.59% from 255 or 43.12% from 494); Max value from RGB is 213 - color contains mainly: blue. Hex color #4BCED5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCED5 is #B4312A. Grayscale: #A7A7A7. Windows color (decimal): -11809067 or 14011979. OLE color: 14011979.

HSL color Cylindrical-coordinate representation of color #4BCED5: hue angle of 183.04º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BCED5 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 75 206 213 -
CMYK 0.65 0.03 0 0.16
HSL 183.04º 0.62% 0.56% -
HSV(B) 183.04º 0.65% 0.84% -
XYZ 36.98 50.44 70.74 -
YUV 167.63 153.6 61.93 -
System Red Green Blue C M Y K H S L
Decimal 75 206 213 0.65 0.03 0 0.16 183.04 0.62 0.56
Hex 4B CE D5 41 3 0 10 B7 3E 38
Octal 113 316 325 101 3 0 20 267 76 70
Binary 1001011 11001110 11010101 1000001 11 0 10000 10110111 111110 111000

Color Harmonies of #4BCED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCED5

Black with #4BCED5

Text Example


Text Example

White with #4BCED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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