Html Css Color HEX #4FDEFA Turquoise Blue

📋 copy color: '#4FDEFA'

red 79 ◦ green 222 ◦ blue 250

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

Shades of Turquoise Blue #4FDEFA

Tints of Turquoise Blue #4FDEFA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.29%

 BLUE value IS 250 (98.05% from 255) = 45.37%

R = 14.34%
G = 40.29%
B = 45.37%

CMYK

 C value IS 0.68

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4FDEFA (or 0x4FDEFA) is known color: Turquoise Blue. HEX triplet: 4F, DE and FA. RGB value is (79,222,250). Sum of RGB (Red+Green+Blue) = 79+222+250=551 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.34% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #4FDEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDEFA is #B02105. Grayscale: #B6B6B6. Windows color (decimal): -11542790 or 16440911. OLE color: 16440911.

HSL color Cylindrical-coordinate representation of color #4FDEFA: hue angle of 189.82º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FDEFA is Cyan = 0.68, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 79 222 250 -
CMYK 0.68 0.11 0 0.02
HSL 189.82º 0.94% 0.65% -
HSV(B) 189.82º 0.68% 0.98% -
XYZ 46.6 60.81 99.72 -
YUV 182.44 166.12 54.22 -
System Red Green Blue C M Y K H S L
Decimal 79 222 250 0.68 0.11 0 0.02 189.82 0.94 0.65
Hex 4F DE FA 44 B 0 2 BE 5E 41
Octal 117 336 372 104 13 0 2 276 136 101
Binary 1001111 11011110 11111010 1000100 1011 0 10 10111110 1011110 1000001

Color Harmonies of #4FDEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDEFA

Black with #4FDEFA

Text Example


Text Example

White with #4FDEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,222,250); }

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

background-color css

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

 a { background-color: rgb(79,222,250); }

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

border-color css

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

 span { border-color: rgb(79,222,250); }

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