Html Css Color HEX #4FEBED Turquoise Blue

📋 copy color: '#4FEBED'

red 79 ◦ green 235 ◦ blue 237

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

Shades of Turquoise Blue #4FEBED

Tints of Turquoise Blue #4FEBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.01%

R = 14.34%
G = 42.65%
B = 43.01%

CMYK

 C value IS 0.67

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4FEBED (or 0x4FEBED) is known color: Turquoise Blue. HEX triplet: 4F, EB and ED. RGB value is (79,235,237). Sum of RGB (Red+Green+Blue) = 79+235+237=551 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.34% from 551); Green value is 235 (92.19% from 255 or 42.65% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #4FEBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FEBED is #B01412. Grayscale: #BCBCBC. Windows color (decimal): -11539475 or 15592271. OLE color: 15592271.

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

Color convert

RGB 79 235 237 -
CMYK 0.67 0.01 0 0.07
HSL 180.76º 0.81% 0.62% -
HSV(B) 180.76º 0.67% 0.93% -
XYZ 48.22 67.19 90.55 -
YUV 188.58 155.32 49.84 -
System Red Green Blue C M Y K H S L
Decimal 79 235 237 0.67 0.01 0 0.07 180.76 0.81 0.62
Hex 4F EB ED 43 1 0 7 B5 51 3E
Octal 117 353 355 103 1 0 7 265 121 76
Binary 1001111 11101011 11101101 1000011 1 0 111 10110101 1010001 111110

Color Harmonies of #4FEBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEBED

Black with #4FEBED

Text Example


Text Example

White with #4FEBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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