Html Css Color HEX #4FEDCB Turquoise

📋 copy color: '#4FEDCB'

red 79 ◦ green 237 ◦ blue 203

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

Shades of Turquoise #4FEDCB

Tints of Turquoise #4FEDCB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.66%

 BLUE value IS 203 (79.69% from 255) = 39.11%

R = 15.22%
G = 45.66%
B = 39.11%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#4FEDCB (or 0x4FEDCB) is known color: Turquoise. HEX triplet: 4F, ED and CB. RGB value is (79,237,203). Sum of RGB (Red+Green+Blue) = 79+237+203=519 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.22% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 237 - color contains mainly: green. Hex color #4FEDCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEDCB is #B01234. Grayscale: #B9B9B9. Windows color (decimal): -11538997 or 13364559. OLE color: 13364559.

HSL color Cylindrical-coordinate representation of color #4FEDCB: hue angle of 167.09º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FEDCB is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 79 237 203 -
CMYK 0.67 0 0.14 0.07
HSL 167.09º 0.81% 0.62% -
HSV(B) 167.09º 0.67% 0.93% -
XYZ 44.29 66.54 67.01 -
YUV 185.88 137.65 51.76 -
System Red Green Blue C M Y K H S L
Decimal 79 237 203 0.67 0 0.14 0.07 167.09 0.81 0.62
Hex 4F ED CB 43 0 E 7 A7 51 3E
Octal 117 355 313 103 0 16 7 247 121 76
Binary 1001111 11101101 11001011 1000011 0 1110 111 10100111 1010001 111110

Color Harmonies of #4FEDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEDCB

Black with #4FEDCB

Text Example


Text Example

White with #4FEDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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