Html Css Color HEX #4FCBCF Medium Turquoise

📋 copy color: '#4FCBCF'

red 79 ◦ green 203 ◦ blue 207

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

Shades of Medium Turquoise #4FCBCF

Tints of Medium Turquoise #4FCBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.33%

R = 16.16%
G = 41.51%
B = 42.33%

CMYK

 C value IS 0.62

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4FCBCF (or 0x4FCBCF) is known color: Medium Turquoise. HEX triplet: 4F, CB and CF. RGB value is (79,203,207). Sum of RGB (Red+Green+Blue) = 79+203+207=489 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.16% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #4FCBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCBCF is #B03430. Grayscale: #A6A6A6. Windows color (decimal): -11547697 or 13617999. OLE color: 13617999.

HSL color Cylindrical-coordinate representation of color #4FCBCF: hue angle of 181.88º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FCBCF is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 79 203 207 -
CMYK 0.62 0.02 0 0.19
HSL 181.88º 0.57% 0.56% -
HSV(B) 181.88º 0.62% 0.81% -
XYZ 35.84 48.88 66.58 -
YUV 166.38 150.92 65.67 -
System Red Green Blue C M Y K H S L
Decimal 79 203 207 0.62 0.02 0 0.19 181.88 0.57 0.56
Hex 4F CB CF 3E 2 0 13 B6 39 38
Octal 117 313 317 76 2 0 23 266 71 70
Binary 1001111 11001011 11001111 111110 10 0 10011 10110110 111001 111000

Color Harmonies of #4FCBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCBCF

Black with #4FCBCF

Text Example


Text Example

White with #4FCBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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