Html Css Color HEX #4FCFF5 Turquoise Blue

📋 copy color: '#4FCFF5'

red 79 ◦ green 207 ◦ blue 245

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

Shades of Turquoise Blue #4FCFF5

Tints of Turquoise Blue #4FCFF5

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.98%

 BLUE value IS 245 (96.09% from 255) = 46.14%

R = 14.88%
G = 38.98%
B = 46.14%

CMYK

 C value IS 0.68

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#4FCFF5 (or 0x4FCFF5) is known color: Turquoise Blue. HEX triplet: 4F, CF and F5. RGB value is (79,207,245). Sum of RGB (Red+Green+Blue) = 79+207+245=531 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.88% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 245 (96.09% from 255 or 46.14% from 531); Max value from RGB is 245 - color contains mainly: blue. Hex color #4FCFF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FCFF5 is #B0300A. Grayscale: #ACACAC. Windows color (decimal): -11546635 or 16109391. OLE color: 16109391.

HSL color Cylindrical-coordinate representation of color #4FCFF5: hue angle of 193.73º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FCFF5 is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 79 207 245 -
CMYK 0.68 0.16 0 0.04
HSL 193.73º 0.89% 0.64% -
HSV(B) 193.73º 0.68% 0.96% -
XYZ 42.02 52.88 94.38 -
YUV 173.06 168.59 60.91 -
System Red Green Blue C M Y K H S L
Decimal 79 207 245 0.68 0.16 0 0.04 193.73 0.89 0.64
Hex 4F CF F5 44 10 0 4 C2 59 40
Octal 117 317 365 104 20 0 4 302 131 100
Binary 1001111 11001111 11110101 1000100 10000 0 100 11000010 1011001 1000000

Color Harmonies of #4FCFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCFF5

Black with #4FCFF5

Text Example


Text Example

White with #4FCFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,207,245); }

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

background-color css

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

 a { background-color: rgb(79,207,245); }

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

border-color css

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

 span { border-color: rgb(79,207,245); }

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