Html Css Color HEX #4FCFEB Turquoise Blue

📋 copy color: '#4FCFEB'

red 79 ◦ green 207 ◦ blue 235

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

Shades of Turquoise Blue #4FCFEB

Tints of Turquoise Blue #4FCFEB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.73%

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

R = 15.16%
G = 39.73%
B = 45.11%

CMYK

 C value IS 0.66

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4FCFEB (or 0x4FCFEB) is known color: Turquoise Blue. HEX triplet: 4F, CF and EB. RGB value is (79,207,235). Sum of RGB (Red+Green+Blue) = 79+207+235=521 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.16% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #4FCFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FCFEB is #B03014. Grayscale: #ABABAB. Windows color (decimal): -11546645 or 15454031. OLE color: 15454031.

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

Color convert

RGB 79 207 235 -
CMYK 0.66 0.12 0 0.08
HSL 190.77º 0.8% 0.62% -
HSV(B) 190.77º 0.66% 0.92% -
XYZ 40.53 52.29 86.55 -
YUV 171.92 163.59 61.72 -
System Red Green Blue C M Y K H S L
Decimal 79 207 235 0.66 0.12 0 0.08 190.77 0.8 0.62
Hex 4F CF EB 42 C 0 8 BF 50 3E
Octal 117 317 353 102 14 0 10 277 120 76
Binary 1001111 11001111 11101011 1000010 1100 0 1000 10111111 1010000 111110

Color Harmonies of #4FCFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCFEB

Black with #4FCFEB

Text Example


Text Example

White with #4FCFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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