Html Css Color HEX #4FCBDC Medium Turquoise

📋 copy color: '#4FCBDC'

red 79 ◦ green 203 ◦ blue 220

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

Shades of Medium Turquoise #4FCBDC

Tints of Medium Turquoise #4FCBDC

RGB

 RED value IS 79 (31.25% from 255) = 15.74%

 GREEN value IS 203 (79.69% from 255) = 40.44%

 BLUE value IS 220 (86.33% from 255) = 43.82%

R = 15.74%
G = 40.44%
B = 43.82%

CMYK

 C value IS 0.64

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4FCBDC (or 0x4FCBDC) is known color: Medium Turquoise. HEX triplet: 4F, CB and DC. RGB value is (79,203,220). Sum of RGB (Red+Green+Blue) = 79+203+220=502 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.74% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #4FCBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCBDC is #B03423. Grayscale: #A7A7A7. Windows color (decimal): -11547684 or 14469967. OLE color: 14469967.

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

Color convert

RGB 79 203 220 -
CMYK 0.64 0.08 0 0.14
HSL 187.23º 0.67% 0.59% -
HSV(B) 187.23º 0.64% 0.86% -
XYZ 37.5 49.54 75.3 -
YUV 167.86 157.42 64.62 -
System Red Green Blue C M Y K H S L
Decimal 79 203 220 0.64 0.08 0 0.14 187.23 0.67 0.59
Hex 4F CB DC 40 8 0 E BB 43 3B
Octal 117 313 334 100 10 0 16 273 103 73
Binary 1001111 11001011 11011100 1000000 1000 0 1110 10111011 1000011 111011

Color Harmonies of #4FCBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCBDC

Black with #4FCBDC

Text Example


Text Example

White with #4FCBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,203,220); }

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

background-color css

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

 a { background-color: rgb(79,203,220); }

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

border-color css

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

 span { border-color: rgb(79,203,220); }

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