Html Css Color HEX #4FECCB Turquoise

📋 copy color: '#4FECCB'

red 79 ◦ green 236 ◦ blue 203

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

Shades of Turquoise #4FECCB

Tints of Turquoise #4FECCB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.56%

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

R = 15.25%
G = 45.56%
B = 39.19%

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

#4FECCB (or 0x4FECCB) is known color: Turquoise. HEX triplet: 4F, EC and CB. RGB value is (79,236,203). Sum of RGB (Red+Green+Blue) = 79+236+203=518 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.25% from 518); Green value is 236 (92.58% from 255 or 45.56% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 236 - color contains mainly: green. Hex color #4FECCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FECCB is #B01334. Grayscale: #B9B9B9. Windows color (decimal): -11539253 or 13364303. OLE color: 13364303.

HSL color Cylindrical-coordinate representation of color #4FECCB: hue angle of 167.39º 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 #4FECCB is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 79 236 203 -
CMYK 0.67 0 0.14 0.07
HSL 167.39º 0.81% 0.62% -
HSV(B) 167.39º 0.67% 0.93% -
XYZ 44 65.96 66.91 -
YUV 185.3 137.99 52.18 -
System Red Green Blue C M Y K H S L
Decimal 79 236 203 0.67 0 0.14 0.07 167.39 0.81 0.62
Hex 4F EC CB 43 0 E 7 A7 51 3E
Octal 117 354 313 103 0 16 7 247 121 76
Binary 1001111 11101100 11001011 1000011 0 1110 111 10100111 1010001 111110

Color Harmonies of #4FECCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FECCB

Black with #4FECCB

Text Example


Text Example

White with #4FECCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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