Html Css Color HEX #4FCCEB Turquoise Blue

📋 copy color: '#4FCCEB'

red 79 ◦ green 204 ◦ blue 235

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

Shades of Turquoise Blue #4FCCEB

Tints of Turquoise Blue #4FCCEB

RGB

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

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

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

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

CMYK

 C value IS 0.66

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4FCCEB (or 0x4FCCEB) is known color: Turquoise Blue. HEX triplet: 4F, CC and EB. RGB value is (79,204,235). Sum of RGB (Red+Green+Blue) = 79+204+235=518 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.25% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #4FCCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FCCEB is #B03314. Grayscale: #A9A9A9. Windows color (decimal): -11547413 or 15453263. OLE color: 15453263.

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

Color convert

RGB 79 204 235 -
CMYK 0.66 0.13 0 0.08
HSL 191.92º 0.8% 0.62% -
HSV(B) 191.92º 0.66% 0.92% -
XYZ 39.81 50.85 86.31 -
YUV 170.16 164.59 62.98 -
System Red Green Blue C M Y K H S L
Decimal 79 204 235 0.66 0.13 0 0.08 191.92 0.8 0.62
Hex 4F CC EB 42 D 0 8 C0 50 3E
Octal 117 314 353 102 15 0 10 300 120 76
Binary 1001111 11001100 11101011 1000010 1101 0 1000 11000000 1010000 111110

Color Harmonies of #4FCCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCCEB

Black with #4FCCEB

Text Example


Text Example

White with #4FCCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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