Html Css Color HEX #4FDEEB Turquoise Blue

📋 copy color: '#4FDEEB'

red 79 ◦ green 222 ◦ blue 235

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

Shades of Turquoise Blue #4FDEEB

Tints of Turquoise Blue #4FDEEB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.42%

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

R = 14.74%
G = 41.42%
B = 43.84%

CMYK

 C value IS 0.66

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4FDEEB (or 0x4FDEEB) is known color: Turquoise Blue. HEX triplet: 4F, DE and EB. RGB value is (79,222,235). Sum of RGB (Red+Green+Blue) = 79+222+235=536 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.74% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #4FDEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDEEB is #B02114. Grayscale: #B4B4B4. Windows color (decimal): -11542805 or 15457871. OLE color: 15457871.

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

Color convert

RGB 79 222 235 -
CMYK 0.66 0.06 0 0.08
HSL 185º 0.8% 0.62% -
HSV(B) 185º 0.66% 0.92% -
XYZ 44.34 59.9 87.82 -
YUV 180.73 158.62 55.44 -
System Red Green Blue C M Y K H S L
Decimal 79 222 235 0.66 0.06 0 0.08 185 0.8 0.62
Hex 4F DE EB 42 6 0 8 B9 50 3E
Octal 117 336 353 102 6 0 10 271 120 76
Binary 1001111 11011110 11101011 1000010 110 0 1000 10111001 1010000 111110

Color Harmonies of #4FDEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDEEB

Black with #4FDEEB

Text Example


Text Example

White with #4FDEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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