Html Css Color HEX #4BCECD Medium Turquoise

📋 copy color: '#4BCECD'

red 75 ◦ green 206 ◦ blue 205

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

Shades of Medium Turquoise #4BCECD

Tints of Medium Turquoise #4BCECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.18%

R = 15.43%
G = 42.39%
B = 42.18%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#4BCECD (or 0x4BCECD) is known color: Medium Turquoise. HEX triplet: 4B, CE and CD. RGB value is (75,206,205). Sum of RGB (Red+Green+Blue) = 75+206+205=486 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.43% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 206 - color contains mainly: green. Hex color #4BCECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCECD is #B43132. Grayscale: #A6A6A6. Windows color (decimal): -11809075 or 13487691. OLE color: 13487691.

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

Color convert

RGB 75 206 205 -
CMYK 0.64 0 0.00 0.19
HSL 179.54º 0.57% 0.55% -
HSV(B) 179.54º 0.64% 0.81% -
XYZ 35.99 50.05 65.52 -
YUV 166.72 149.6 62.58 -
System Red Green Blue C M Y K H S L
Decimal 75 206 205 0.64 0 0.00 0.19 179.54 0.57 0.55
Hex 4B CE CD 40 0 0 13 B4 39 37
Octal 113 316 315 100 0 0 23 264 71 67
Binary 1001011 11001110 11001101 1000000 0 0 10011 10110100 111001 110111

Color Harmonies of #4BCECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCECD

Black with #4BCECD

Text Example


Text Example

White with #4BCECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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