Html Css Color HEX #4FDCEA Turquoise Blue

📋 copy color: '#4FDCEA'

red 79 ◦ green 220 ◦ blue 234

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

Shades of Turquoise Blue #4FDCEA

Tints of Turquoise Blue #4FDCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.9%

R = 14.82%
G = 41.28%
B = 43.9%

CMYK

 C value IS 0.66

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4FDCEA (or 0x4FDCEA) is known color: Turquoise Blue. HEX triplet: 4F, DC and EA. RGB value is (79,220,234). Sum of RGB (Red+Green+Blue) = 79+220+234=533 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.82% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 234 - color contains mainly: blue. Hex color #4FDCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDCEA is #B02315. Grayscale: #B3B3B3. Windows color (decimal): -11543318 or 15391823. OLE color: 15391823.

HSL color Cylindrical-coordinate representation of color #4FDCEA: hue angle of 185.42º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FDCEA is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 79 220 234 -
CMYK 0.66 0.06 0 0.08
HSL 185.42º 0.79% 0.61% -
HSV(B) 185.42º 0.66% 0.92% -
XYZ 43.67 58.79 86.89 -
YUV 179.44 158.79 56.36 -
System Red Green Blue C M Y K H S L
Decimal 79 220 234 0.66 0.06 0 0.08 185.42 0.79 0.61
Hex 4F DC EA 42 6 0 8 B9 4F 3D
Octal 117 334 352 102 6 0 10 271 117 75
Binary 1001111 11011100 11101010 1000010 110 0 1000 10111001 1001111 111101

Color Harmonies of #4FDCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDCEA

Black with #4FDCEA

Text Example


Text Example

White with #4FDCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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