Html Css Color HEX #4FCEEA Turquoise Blue

📋 copy color: '#4FCEEA'

red 79 ◦ green 206 ◦ blue 234

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

Shades of Turquoise Blue #4FCEEA

Tints of Turquoise Blue #4FCEEA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.69%

 BLUE value IS 234 (91.8% from 255) = 45.09%

R = 15.22%
G = 39.69%
B = 45.09%

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

#4FCEEA (or 0x4FCEEA) is known color: Turquoise Blue. HEX triplet: 4F, CE and EA. RGB value is (79,206,234). Sum of RGB (Red+Green+Blue) = 79+206+234=519 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.22% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #4FCEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FCEEA is #B03115. Grayscale: #AAAAAA. Windows color (decimal): -11546902 or 15388239. OLE color: 15388239.

HSL color Cylindrical-coordinate representation of color #4FCEEA: hue angle of 190.84º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FCEEA is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 79 206 234 -
CMYK 0.66 0.12 0 0.08
HSL 190.84º 0.79% 0.61% -
HSV(B) 190.84º 0.66% 0.92% -
XYZ 40.15 51.75 85.71 -
YUV 171.22 163.42 62.22 -
System Red Green Blue C M Y K H S L
Decimal 79 206 234 0.66 0.12 0 0.08 190.84 0.79 0.61
Hex 4F CE EA 42 C 0 8 BF 4F 3D
Octal 117 316 352 102 14 0 10 277 117 75
Binary 1001111 11001110 11101010 1000010 1100 0 1000 10111111 1001111 111101

Color Harmonies of #4FCEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCEEA

Black with #4FCEEA

Text Example


Text Example

White with #4FCEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,206,234); }

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

background-color css

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

 a { background-color: rgb(79,206,234); }

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

border-color css

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

 span { border-color: rgb(79,206,234); }

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