Html Css Color HEX #4FDCFF Turquoise Blue

📋 copy color: '#4FDCFF'

red 79 ◦ green 220 ◦ blue 255

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

Shades of Turquoise Blue #4FDCFF

Tints of Turquoise Blue #4FDCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.71%

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

R = 14.26%
G = 39.71%
B = 46.03%

CMYK

 C value IS 0.69

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4FDCFF (or 0x4FDCFF) is known color: Turquoise Blue. HEX triplet: 4F, DC and FF. RGB value is (79,220,255). Sum of RGB (Red+Green+Blue) = 79+220+255=554 (73% of max value = 765). Red value is 79 (31.25% from 255 or 14.26% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #4FDCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDCFF is #B02300. Grayscale: #B5B5B5. Windows color (decimal): -11543297 or 16768079. OLE color: 16768079.

HSL color Cylindrical-coordinate representation of color #4FDCFF: hue angle of 191.93º 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 #4FDCFF is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 79 220 255 -
CMYK 0.69 0.14 0 0
HSL 191.93º 1% 0.65% -
HSV(B) 191.93º 0.69% 1% -
XYZ 46.87 60.07 103.73 -
YUV 181.83 169.29 54.65 -
System Red Green Blue C M Y K H S L
Decimal 79 220 255 0.69 0.14 0 0 191.93 1 0.65
Hex 4F DC FF 45 E 0 0 C0 64 41
Octal 117 334 377 105 16 0 0 300 144 101
Binary 1001111 11011100 11111111 1000101 1110 0 0 11000000 1100100 1000001

Color Harmonies of #4FDCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDCFF

Black with #4FDCFF

Text Example


Text Example

White with #4FDCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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