Html Css Color HEX #4FE5FD Turquoise Blue

📋 copy color: '#4FE5FD'

red 79 ◦ green 229 ◦ blue 253

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

Shades of Turquoise Blue #4FE5FD

Tints of Turquoise Blue #4FE5FD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.82%

 BLUE value IS 253 (99.22% from 255) = 45.1%

R = 14.08%
G = 40.82%
B = 45.1%

CMYK

 C value IS 0.69

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4FE5FD (or 0x4FE5FD) is known color: Turquoise Blue. HEX triplet: 4F, E5 and FD. RGB value is (79,229,253). Sum of RGB (Red+Green+Blue) = 79+229+253=561 (74% of max value = 765). Red value is 79 (31.25% from 255 or 14.08% from 561); Green value is 229 (89.84% from 255 or 40.82% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #4FE5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FE5FD is #B01A02. Grayscale: #BABABA. Windows color (decimal): -11540995 or 16639311. OLE color: 16639311.

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

Color convert

RGB 79 229 253 -
CMYK 0.69 0.09 0 0.01
HSL 188.28º 0.98% 0.65% -
HSV(B) 188.28º 0.69% 0.99% -
XYZ 48.97 64.79 102.85 -
YUV 186.89 165.31 51.05 -
System Red Green Blue C M Y K H S L
Decimal 79 229 253 0.69 0.09 0 0.01 188.28 0.98 0.65
Hex 4F E5 FD 45 9 0 1 BC 62 41
Octal 117 345 375 105 11 0 1 274 142 101
Binary 1001111 11100101 11111101 1000101 1001 0 1 10111100 1100010 1000001

Color Harmonies of #4FE5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FE5FD

Black with #4FE5FD

Text Example


Text Example

White with #4FE5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,229,253); }

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

background-color css

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

 a { background-color: rgb(79,229,253); }

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

border-color css

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

 span { border-color: rgb(79,229,253); }

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