Html Css Color HEX #4FDFEB Turquoise Blue

📋 copy color: '#4FDFEB'

red 79 ◦ green 223 ◦ blue 235

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

Shades of Turquoise Blue #4FDFEB

Tints of Turquoise Blue #4FDFEB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.53%

 BLUE value IS 235 (92.19% from 255) = 43.76%

R = 14.71%
G = 41.53%
B = 43.76%

CMYK

 C value IS 0.66

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4FDFEB (or 0x4FDFEB) is known color: Turquoise Blue. HEX triplet: 4F, DF and EB. RGB value is (79,223,235). Sum of RGB (Red+Green+Blue) = 79+223+235=537 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.71% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #4FDFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDFEB is #B02014. Grayscale: #B5B5B5. Windows color (decimal): -11542549 or 15458127. OLE color: 15458127.

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

Color convert

RGB 79 223 235 -
CMYK 0.66 0.05 0 0.08
HSL 184.62º 0.8% 0.62% -
HSV(B) 184.62º 0.66% 0.92% -
XYZ 44.61 60.44 87.91 -
YUV 181.31 158.29 55.02 -
System Red Green Blue C M Y K H S L
Decimal 79 223 235 0.66 0.05 0 0.08 184.62 0.8 0.62
Hex 4F DF EB 42 5 0 8 B9 50 3E
Octal 117 337 353 102 5 0 10 271 120 76
Binary 1001111 11011111 11101011 1000010 101 0 1000 10111001 1010000 111110

Color Harmonies of #4FDFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDFEB

Black with #4FDFEB

Text Example


Text Example

White with #4FDFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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