Html Css Color HEX #4FDFFF Turquoise Blue

📋 copy color: '#4FDFFF'

red 79 ◦ green 223 ◦ blue 255

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

Shades of Turquoise Blue #4FDFFF

Tints of Turquoise Blue #4FDFFF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.04%

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

R = 14.18%
G = 40.04%
B = 45.78%

CMYK

 C value IS 0.69

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4FDFFF (or 0x4FDFFF) is known color: Turquoise Blue. HEX triplet: 4F, DF and FF. RGB value is (79,223,255). Sum of RGB (Red+Green+Blue) = 79+223+255=557 (73% of max value = 765). Red value is 79 (31.25% from 255 or 14.18% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #4FDFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDFFF is #B02000. Grayscale: #B7B7B7. Windows color (decimal): -11542529 or 16768847. OLE color: 16768847.

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

Color convert

RGB 79 223 255 -
CMYK 0.69 0.13 0 0
HSL 190.91º 1% 0.65% -
HSV(B) 190.91º 0.69% 1% -
XYZ 47.66 61.66 104 -
YUV 183.59 168.29 53.4 -
System Red Green Blue C M Y K H S L
Decimal 79 223 255 0.69 0.13 0 0 190.91 1 0.65
Hex 4F DF FF 45 D 0 0 BF 64 41
Octal 117 337 377 105 15 0 0 277 144 101
Binary 1001111 11011111 11111111 1000101 1101 0 0 10111111 1100100 1000001

Color Harmonies of #4FDFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDFFF

Black with #4FDFFF

Text Example


Text Example

White with #4FDFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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