Html Css Color HEX #4FD2EA Turquoise Blue

📋 copy color: '#4FD2EA'

red 79 ◦ green 210 ◦ blue 234

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

Shades of Turquoise Blue #4FD2EA

Tints of Turquoise Blue #4FD2EA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.15%

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

R = 15.11%
G = 40.15%
B = 44.74%

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

#4FD2EA (or 0x4FD2EA) is known color: Turquoise Blue. HEX triplet: 4F, D2 and EA. RGB value is (79,210,234). Sum of RGB (Red+Green+Blue) = 79+210+234=523 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.11% from 523); Green value is 210 (82.42% from 255 or 40.15% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #4FD2EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FD2EA is #B02D15. Grayscale: #ADADAD. Windows color (decimal): -11545878 or 15389263. OLE color: 15389263.

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

Color convert

RGB 79 210 234 -
CMYK 0.66 0.10 0 0.08
HSL 189.29º 0.79% 0.61% -
HSV(B) 189.29º 0.66% 0.92% -
XYZ 41.12 53.7 86.04 -
YUV 173.57 162.1 60.55 -
System Red Green Blue C M Y K H S L
Decimal 79 210 234 0.66 0.10 0 0.08 189.29 0.79 0.61
Hex 4F D2 EA 42 A 0 8 BD 4F 3D
Octal 117 322 352 102 12 0 10 275 117 75
Binary 1001111 11010010 11101010 1000010 1010 0 1000 10111101 1001111 111101

Color Harmonies of #4FD2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FD2EA

Black with #4FD2EA

Text Example


Text Example

White with #4FD2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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