Html Css Color HEX #4FDFFE Turquoise Blue

📋 copy color: '#4FDFFE'

red 79 ◦ green 223 ◦ blue 254

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

Shades of Turquoise Blue #4FDFFE

Tints of Turquoise Blue #4FDFFE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.11%

 BLUE value IS 254 (99.61% from 255) = 45.68%

R = 14.21%
G = 40.11%
B = 45.68%

CMYK

 C value IS 0.69

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4FDFFE (or 0x4FDFFE) is known color: Turquoise Blue. HEX triplet: 4F, DF and FE. RGB value is (79,223,254). Sum of RGB (Red+Green+Blue) = 79+223+254=556 (73% of max value = 765). Red value is 79 (31.25% from 255 or 14.21% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #4FDFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDFFE is #B02001. Grayscale: #B7B7B7. Windows color (decimal): -11542530 or 16703311. OLE color: 16703311.

HSL color Cylindrical-coordinate representation of color #4FDFFE: hue angle of 190.63º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FDFFE is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 79 223 254 -
CMYK 0.69 0.12 0 0.00
HSL 190.63º 0.99% 0.65% -
HSV(B) 190.63º 0.69% 1% -
XYZ 47.5 61.59 103.15 -
YUV 183.48 167.79 53.48 -
System Red Green Blue C M Y K H S L
Decimal 79 223 254 0.69 0.12 0 0.00 190.63 0.99 0.65
Hex 4F DF FE 45 C 0 0 BF 63 41
Octal 117 337 376 105 14 0 0 277 143 101
Binary 1001111 11011111 11111110 1000101 1100 0 0 10111111 1100011 1000001

Color Harmonies of #4FDFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDFFE

Black with #4FDFFE

Text Example


Text Example

White with #4FDFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,223,254); }

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

background-color css

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

 a { background-color: rgb(79,223,254); }

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

border-color css

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

 span { border-color: rgb(79,223,254); }

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