Html Css Color HEX #4FD3EA Turquoise Blue

📋 copy color: '#4FD3EA'

red 79 ◦ green 211 ◦ blue 234

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

Shades of Turquoise Blue #4FD3EA

Tints of Turquoise Blue #4FD3EA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.27%

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

R = 15.08%
G = 40.27%
B = 44.66%

CMYK

 C value IS 0.66

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4FD3EA (or 0x4FD3EA) is known color: Turquoise Blue. HEX triplet: 4F, D3 and EA. RGB value is (79,211,234). Sum of RGB (Red+Green+Blue) = 79+211+234=524 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.08% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #4FD3EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FD3EA is #B02C15. Grayscale: #ADADAD. Windows color (decimal): -11545622 or 15389519. OLE color: 15389519.

HSL color Cylindrical-coordinate representation of color #4FD3EA: hue angle of 188.9º 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 #4FD3EA is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 79 211 234 -
CMYK 0.66 0.10 0 0.08
HSL 188.9º 0.79% 0.61% -
HSV(B) 188.9º 0.66% 0.92% -
XYZ 41.37 54.19 86.12 -
YUV 174.15 161.77 60.13 -
System Red Green Blue C M Y K H S L
Decimal 79 211 234 0.66 0.10 0 0.08 188.9 0.79 0.61
Hex 4F D3 EA 42 A 0 8 BD 4F 3D
Octal 117 323 352 102 12 0 10 275 117 75
Binary 1001111 11010011 11101010 1000010 1010 0 1000 10111101 1001111 111101

Color Harmonies of #4FD3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FD3EA

Black with #4FD3EA

Text Example


Text Example

White with #4FD3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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