Html Css Color HEX #4BCED6 Medium Turquoise

📋 copy color: '#4BCED6'

red 75 ◦ green 206 ◦ blue 214

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

Shades of Medium Turquoise #4BCED6

Tints of Medium Turquoise #4BCED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.23%

R = 15.15%
G = 41.62%
B = 43.23%

CMYK

 C value IS 0.65

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4BCED6 (or 0x4BCED6) is known color: Medium Turquoise. HEX triplet: 4B, CE and D6. RGB value is (75,206,214). Sum of RGB (Red+Green+Blue) = 75+206+214=495 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.15% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 214 (83.98% from 255 or 43.23% from 495); Max value from RGB is 214 - color contains mainly: blue. Hex color #4BCED6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCED6 is #B43129. Grayscale: #A7A7A7. Windows color (decimal): -11809066 or 14077515. OLE color: 14077515.

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

Color convert

RGB 75 206 214 -
CMYK 0.65 0.04 0 0.16
HSL 183.45º 0.63% 0.57% -
HSV(B) 183.45º 0.65% 0.84% -
XYZ 37.11 50.49 71.41 -
YUV 167.74 154.1 61.85 -
System Red Green Blue C M Y K H S L
Decimal 75 206 214 0.65 0.04 0 0.16 183.45 0.63 0.57
Hex 4B CE D6 41 4 0 10 B7 3F 39
Octal 113 316 326 101 4 0 20 267 77 71
Binary 1001011 11001110 11010110 1000001 100 0 10000 10110111 111111 111001

Color Harmonies of #4BCED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCED6

Black with #4BCED6

Text Example


Text Example

White with #4BCED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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