Html Css Color HEX #4FDFEC Turquoise Blue

📋 copy color: '#4FDFEC'

red 79 ◦ green 223 ◦ blue 236

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

Shades of Turquoise Blue #4FDFEC

Tints of Turquoise Blue #4FDFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.87%

R = 14.68%
G = 41.45%
B = 43.87%

CMYK

 C value IS 0.67

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4FDFEC (or 0x4FDFEC) is known color: Turquoise Blue. HEX triplet: 4F, DF and EC. RGB value is (79,223,236). Sum of RGB (Red+Green+Blue) = 79+223+236=538 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.68% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #4FDFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDFEC is #B02013. Grayscale: #B5B5B5. Windows color (decimal): -11542548 or 15523663. OLE color: 15523663.

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

Color convert

RGB 79 223 236 -
CMYK 0.67 0.06 0 0.07
HSL 184.97º 0.81% 0.62% -
HSV(B) 184.97º 0.67% 0.93% -
XYZ 44.75 60.49 88.67 -
YUV 181.43 158.79 54.94 -
System Red Green Blue C M Y K H S L
Decimal 79 223 236 0.67 0.06 0 0.07 184.97 0.81 0.62
Hex 4F DF EC 43 6 0 7 B9 51 3E
Octal 117 337 354 103 6 0 7 271 121 76
Binary 1001111 11011111 11101100 1000011 110 0 111 10111001 1010001 111110

Color Harmonies of #4FDFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDFEC

Black with #4FDFEC

Text Example


Text Example

White with #4FDFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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