Html Css Color HEX #4FCBD2 Medium Turquoise

📋 copy color: '#4FCBD2'

red 79 ◦ green 203 ◦ blue 210

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

Shades of Medium Turquoise #4FCBD2

Tints of Medium Turquoise #4FCBD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.68%

R = 16.06%
G = 41.26%
B = 42.68%

CMYK

 C value IS 0.62

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4FCBD2 (or 0x4FCBD2) is known color: Medium Turquoise. HEX triplet: 4F, CB and D2. RGB value is (79,203,210). Sum of RGB (Red+Green+Blue) = 79+203+210=492 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.06% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 210 (82.42% from 255 or 42.68% from 492); Max value from RGB is 210 - color contains mainly: blue. Hex color #4FCBD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCBD2 is #B0342D. Grayscale: #A6A6A6. Windows color (decimal): -11547694 or 13814607. OLE color: 13814607.

HSL color Cylindrical-coordinate representation of color #4FCBD2: hue angle of 183.21º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FCBD2 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 79 203 210 -
CMYK 0.62 0.03 0 0.18
HSL 183.21º 0.59% 0.57% -
HSV(B) 183.21º 0.62% 0.82% -
XYZ 36.21 49.03 68.53 -
YUV 166.72 152.42 65.43 -
System Red Green Blue C M Y K H S L
Decimal 79 203 210 0.62 0.03 0 0.18 183.21 0.59 0.57
Hex 4F CB D2 3E 3 0 12 B7 3B 39
Octal 117 313 322 76 3 0 22 267 73 71
Binary 1001111 11001011 11010010 111110 11 0 10010 10110111 111011 111001

Color Harmonies of #4FCBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCBD2

Black with #4FCBD2

Text Example


Text Example

White with #4FCBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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