Html Css Color HEX #4FDAEA Turquoise Blue

📋 copy color: '#4FDAEA'

red 79 ◦ green 218 ◦ blue 234

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

Shades of Turquoise Blue #4FDAEA

Tints of Turquoise Blue #4FDAEA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.05%

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

R = 14.88%
G = 41.05%
B = 44.07%

CMYK

 C value IS 0.66

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4FDAEA (or 0x4FDAEA) is known color: Turquoise Blue. HEX triplet: 4F, DA and EA. RGB value is (79,218,234). Sum of RGB (Red+Green+Blue) = 79+218+234=531 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.88% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #4FDAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDAEA is #B02515. Grayscale: #B2B2B2. Windows color (decimal): -11543830 or 15391311. OLE color: 15391311.

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

Color convert

RGB 79 218 234 -
CMYK 0.66 0.07 0 0.08
HSL 186.19º 0.79% 0.61% -
HSV(B) 186.19º 0.66% 0.92% -
XYZ 43.15 57.75 86.71 -
YUV 178.26 159.45 57.2 -
System Red Green Blue C M Y K H S L
Decimal 79 218 234 0.66 0.07 0 0.08 186.19 0.79 0.61
Hex 4F DA EA 42 7 0 8 BA 4F 3D
Octal 117 332 352 102 7 0 10 272 117 75
Binary 1001111 11011010 11101010 1000010 111 0 1000 10111010 1001111 111101

Color Harmonies of #4FDAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDAEA

Black with #4FDAEA

Text Example


Text Example

White with #4FDAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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