Html Css Color HEX #4FEBCB Turquoise

📋 copy color: '#4FEBCB'

red 79 ◦ green 235 ◦ blue 203

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

Shades of Turquoise #4FEBCB

Tints of Turquoise #4FEBCB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.45%

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

R = 15.28%
G = 45.45%
B = 39.26%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#4FEBCB (or 0x4FEBCB) is known color: Turquoise. HEX triplet: 4F, EB and CB. RGB value is (79,235,203). Sum of RGB (Red+Green+Blue) = 79+235+203=517 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.28% from 517); Green value is 235 (92.19% from 255 or 45.45% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 235 - color contains mainly: green. Hex color #4FEBCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEBCB is #B01434. Grayscale: #B8B8B8. Windows color (decimal): -11539509 or 13364047. OLE color: 13364047.

HSL color Cylindrical-coordinate representation of color #4FEBCB: hue angle of 167.69º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FEBCB is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 79 235 203 -
CMYK 0.66 0 0.14 0.08
HSL 167.69º 0.8% 0.62% -
HSV(B) 167.69º 0.66% 0.92% -
XYZ 43.71 65.39 66.82 -
YUV 184.71 138.32 52.6 -
System Red Green Blue C M Y K H S L
Decimal 79 235 203 0.66 0 0.14 0.08 167.69 0.8 0.62
Hex 4F EB CB 42 0 E 8 A8 50 3E
Octal 117 353 313 102 0 16 10 250 120 76
Binary 1001111 11101011 11001011 1000010 0 1110 1000 10101000 1010000 111110

Color Harmonies of #4FEBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEBCB

Black with #4FEBCB

Text Example


Text Example

White with #4FEBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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