Html Css Color HEX #4FDFEF Turquoise Blue

📋 copy color: '#4FDFEF'

red 79 ◦ green 223 ◦ blue 239

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

Shades of Turquoise Blue #4FDFEF

Tints of Turquoise Blue #4FDFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.18%

R = 14.6%
G = 41.22%
B = 44.18%

CMYK

 C value IS 0.67

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4FDFEF (or 0x4FDFEF) is known color: Turquoise Blue. HEX triplet: 4F, DF and EF. RGB value is (79,223,239). Sum of RGB (Red+Green+Blue) = 79+223+239=541 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.60% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #4FDFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDFEF is #B02010. Grayscale: #B5B5B5. Windows color (decimal): -11542545 or 15720271. OLE color: 15720271.

HSL color Cylindrical-coordinate representation of color #4FDFEF: hue angle of 186º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FDFEF is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 79 223 239 -
CMYK 0.67 0.07 0 0.06
HSL 186º 0.83% 0.62% -
HSV(B) 186º 0.67% 0.94% -
XYZ 45.19 60.67 90.99 -
YUV 181.77 160.29 54.7 -
System Red Green Blue C M Y K H S L
Decimal 79 223 239 0.67 0.07 0 0.06 186 0.83 0.62
Hex 4F DF EF 43 7 0 6 BA 53 3E
Octal 117 337 357 103 7 0 6 272 123 76
Binary 1001111 11011111 11101111 1000011 111 0 110 10111010 1010011 111110

Color Harmonies of #4FDFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDFEF

Black with #4FDFEF

Text Example


Text Example

White with #4FDFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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