Html Css Color HEX #4FD5FF Turquoise Blue

📋 copy color: '#4FD5FF'

red 79 ◦ green 213 ◦ blue 255

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

Shades of Turquoise Blue #4FD5FF

Tints of Turquoise Blue #4FD5FF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.94%

 BLUE value IS 255 (100% from 255) = 46.62%

R = 14.44%
G = 38.94%
B = 46.62%

CMYK

 C value IS 0.69

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4FD5FF (or 0x4FD5FF) is known color: Turquoise Blue. HEX triplet: 4F, D5 and FF. RGB value is (79,213,255). Sum of RGB (Red+Green+Blue) = 79+213+255=547 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.44% from 547); Green value is 213 (83.59% from 255 or 38.94% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #4FD5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FD5FF is #B02A00. Grayscale: #B1B1B1. Windows color (decimal): -11545089 or 16766287. OLE color: 16766287.

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

Color convert

RGB 79 213 255 -
CMYK 0.69 0.16 0 0
HSL 194.32º 1% 0.65% -
HSV(B) 194.32º 0.69% 1% -
XYZ 45.07 56.47 103.13 -
YUV 177.72 171.61 57.58 -
System Red Green Blue C M Y K H S L
Decimal 79 213 255 0.69 0.16 0 0 194.32 1 0.65
Hex 4F D5 FF 45 10 0 0 C2 64 41
Octal 117 325 377 105 20 0 0 302 144 101
Binary 1001111 11010101 11111111 1000101 10000 0 0 11000010 1100100 1000001

Color Harmonies of #4FD5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FD5FF

Black with #4FD5FF

Text Example


Text Example

White with #4FD5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,213,255); }

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

background-color css

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

 a { background-color: rgb(79,213,255); }

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

border-color css

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

 span { border-color: rgb(79,213,255); }

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