Html Css Color HEX #4BCEDF Medium Turquoise

📋 copy color: '#4BCEDF'

red 75 ◦ green 206 ◦ blue 223

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

Shades of Medium Turquoise #4BCEDF

Tints of Medium Turquoise #4BCEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.25%

R = 14.88%
G = 40.87%
B = 44.25%

CMYK

 C value IS 0.66

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4BCEDF (or 0x4BCEDF) is known color: Medium Turquoise. HEX triplet: 4B, CE and DF. RGB value is (75,206,223). Sum of RGB (Red+Green+Blue) = 75+206+223=504 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.88% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #4BCEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCEDF is #B43120. Grayscale: #A8A8A8. Windows color (decimal): -11809057 or 14667339. OLE color: 14667339.

HSL color Cylindrical-coordinate representation of color #4BCEDF: hue angle of 186.89º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BCEDF is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 75 206 223 -
CMYK 0.66 0.08 0 0.13
HSL 186.89º 0.7% 0.58% -
HSV(B) 186.89º 0.66% 0.87% -
XYZ 38.29 50.97 77.63 -
YUV 168.77 158.6 61.12 -
System Red Green Blue C M Y K H S L
Decimal 75 206 223 0.66 0.08 0 0.13 186.89 0.7 0.58
Hex 4B CE DF 42 8 0 D BB 46 3A
Octal 113 316 337 102 10 0 15 273 106 72
Binary 1001011 11001110 11011111 1000010 1000 0 1101 10111011 1000110 111010

Color Harmonies of #4BCEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCEDF

Black with #4BCEDF

Text Example


Text Example

White with #4BCEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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