Html Css Color HEX #4FDDEA Turquoise Blue

📋 copy color: '#4FDDEA'

red 79 ◦ green 221 ◦ blue 234

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

Shades of Turquoise Blue #4FDDEA

Tints of Turquoise Blue #4FDDEA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.39%

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

R = 14.79%
G = 41.39%
B = 43.82%

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

#4FDDEA (or 0x4FDDEA) is known color: Turquoise Blue. HEX triplet: 4F, DD and EA. RGB value is (79,221,234). Sum of RGB (Red+Green+Blue) = 79+221+234=534 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.79% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #4FDDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDDEA is #B02215. Grayscale: #B3B3B3. Windows color (decimal): -11543062 or 15392079. OLE color: 15392079.

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

Color convert

RGB 79 221 234 -
CMYK 0.66 0.06 0 0.08
HSL 185.03º 0.79% 0.61% -
HSV(B) 185.03º 0.66% 0.92% -
XYZ 43.93 59.32 86.98 -
YUV 180.02 158.46 55.94 -
System Red Green Blue C M Y K H S L
Decimal 79 221 234 0.66 0.06 0 0.08 185.03 0.79 0.61
Hex 4F DD EA 42 6 0 8 B9 4F 3D
Octal 117 335 352 102 6 0 10 271 117 75
Binary 1001111 11011101 11101010 1000010 110 0 1000 10111001 1001111 111101

Color Harmonies of #4FDDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDDEA

Black with #4FDDEA

Text Example


Text Example

White with #4FDDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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