Html Css Color HEX #4FCBCD Medium Turquoise

📋 copy color: '#4FCBCD'

red 79 ◦ green 203 ◦ blue 205

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

Shades of Medium Turquoise #4FCBCD

Tints of Medium Turquoise #4FCBCD

RGB

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

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

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

R = 16.22%
G = 41.68%
B = 42.09%

CMYK

 C value IS 0.61

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4FCBCD (or 0x4FCBCD) is known color: Medium Turquoise. HEX triplet: 4F, CB and CD. RGB value is (79,203,205). Sum of RGB (Red+Green+Blue) = 79+203+205=487 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.22% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #4FCBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCBCD is #B03432. Grayscale: #A6A6A6. Windows color (decimal): -11547699 or 13486927. OLE color: 13486927.

HSL color Cylindrical-coordinate representation of color #4FCBCD: hue angle of 180.95º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FCBCD is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 79 203 205 -
CMYK 0.61 0.01 0 0.20
HSL 180.95º 0.56% 0.56% -
HSV(B) 180.95º 0.61% 0.8% -
XYZ 35.6 48.78 65.3 -
YUV 166.15 149.92 65.84 -
System Red Green Blue C M Y K H S L
Decimal 79 203 205 0.61 0.01 0 0.20 180.95 0.56 0.56
Hex 4F CB CD 3D 1 0 14 B5 38 38
Octal 117 313 315 75 1 0 24 265 70 70
Binary 1001111 11001011 11001101 111101 1 0 10100 10110101 111000 111000

Color Harmonies of #4FCBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCBCD

Black with #4FCBCD

Text Example


Text Example

White with #4FCBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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