Html Css Color HEX #4FEBCC Turquoise

📋 copy color: '#4FEBCC'

red 79 ◦ green 235 ◦ blue 204

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

Shades of Turquoise #4FEBCC

Tints of Turquoise #4FEBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.38%

R = 15.25%
G = 45.37%
B = 39.38%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#4FEBCC (or 0x4FEBCC) is known color: Turquoise. HEX triplet: 4F, EB and CC. RGB value is (79,235,204). Sum of RGB (Red+Green+Blue) = 79+235+204=518 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.25% from 518); Green value is 235 (92.19% from 255 or 45.37% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 235 - color contains mainly: green. Hex color #4FEBCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEBCC is #B01433. Grayscale: #B8B8B8. Windows color (decimal): -11539508 or 13429583. OLE color: 13429583.

HSL color Cylindrical-coordinate representation of color #4FEBCC: hue angle of 168.08º 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 #4FEBCC is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 79 235 204 -
CMYK 0.66 0 0.13 0.08
HSL 168.08º 0.8% 0.62% -
HSV(B) 168.08º 0.66% 0.92% -
XYZ 43.83 65.44 67.45 -
YUV 184.82 138.82 52.52 -
System Red Green Blue C M Y K H S L
Decimal 79 235 204 0.66 0 0.13 0.08 168.08 0.8 0.62
Hex 4F EB CC 42 0 D 8 A8 50 3E
Octal 117 353 314 102 0 15 10 250 120 76
Binary 1001111 11101011 11001100 1000010 0 1101 1000 10101000 1010000 111110

Color Harmonies of #4FEBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEBCC

Black with #4FEBCC

Text Example


Text Example

White with #4FEBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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