Html Css Color HEX #4FECF8 Turquoise Blue

📋 copy color: '#4FECF8'

red 79 ◦ green 236 ◦ blue 248

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

Shades of Turquoise Blue #4FECF8

Tints of Turquoise Blue #4FECF8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.92%

 BLUE value IS 248 (97.27% from 255) = 44.05%

R = 14.03%
G = 41.92%
B = 44.05%

CMYK

 C value IS 0.68

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#4FECF8 (or 0x4FECF8) is known color: Turquoise Blue. HEX triplet: 4F, EC and F8. RGB value is (79,236,248). Sum of RGB (Red+Green+Blue) = 79+236+248=563 (74% of max value = 765). Red value is 79 (31.25% from 255 or 14.03% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 248 (97.27% from 255 or 44.05% from 563); Max value from RGB is 248 - color contains mainly: blue. Hex color #4FECF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FECF8 is #B01307. Grayscale: #BEBEBE. Windows color (decimal): -11539208 or 16313423. OLE color: 16313423.

HSL color Cylindrical-coordinate representation of color #4FECF8: hue angle of 184.26º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FECF8 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 79 236 248 -
CMYK 0.68 0.05 0 0.03
HSL 184.26º 0.92% 0.64% -
HSV(B) 184.26º 0.68% 0.97% -
XYZ 50.16 68.43 99.37 -
YUV 190.43 160.49 48.52 -
System Red Green Blue C M Y K H S L
Decimal 79 236 248 0.68 0.05 0 0.03 184.26 0.92 0.64
Hex 4F EC F8 44 5 0 3 B8 5C 40
Octal 117 354 370 104 5 0 3 270 134 100
Binary 1001111 11101100 11111000 1000100 101 0 11 10111000 1011100 1000000

Color Harmonies of #4FECF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FECF8

Black with #4FECF8

Text Example


Text Example

White with #4FECF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,236,248); }

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

background-color css

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

 a { background-color: rgb(79,236,248); }

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

border-color css

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

 span { border-color: rgb(79,236,248); }

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