Html Css Color HEX #4FEBE4 Turquoise

📋 copy color: '#4FEBE4'

red 79 ◦ green 235 ◦ blue 228

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

Shades of Turquoise #4FEBE4

Tints of Turquoise #4FEBE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 42.07%

R = 14.58%
G = 43.36%
B = 42.07%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#4FEBE4 (or 0x4FEBE4) is known color: Turquoise. HEX triplet: 4F, EB and E4. RGB value is (79,235,228). Sum of RGB (Red+Green+Blue) = 79+235+228=542 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.58% from 542); Green value is 235 (92.19% from 255 or 43.36% from 542); Blue value is 228 (89.45% from 255 or 42.07% from 542); Max value from RGB is 235 - color contains mainly: green. Hex color #4FEBE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEBE4 is #B0141B. Grayscale: #BBBBBB. Windows color (decimal): -11539484 or 15002447. OLE color: 15002447.

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

Color convert

RGB 79 235 228 -
CMYK 0.66 0 0.03 0.08
HSL 177.31º 0.8% 0.62% -
HSV(B) 177.31º 0.66% 0.92% -
XYZ 46.94 66.68 83.8 -
YUV 187.56 150.82 50.57 -
System Red Green Blue C M Y K H S L
Decimal 79 235 228 0.66 0 0.03 0.08 177.31 0.8 0.62
Hex 4F EB E4 42 0 3 8 B1 50 3E
Octal 117 353 344 102 0 3 10 261 120 76
Binary 1001111 11101011 11100100 1000010 0 11 1000 10110001 1010000 111110

Color Harmonies of #4FEBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEBE4

Black with #4FEBE4

Text Example


Text Example

White with #4FEBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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