Html Css Color HEX #4AEAFB Turquoise Blue

📋 copy color: '#4AEAFB'

red 74 ◦ green 234 ◦ blue 251

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

Shades of Turquoise Blue #4AEAFB

Tints of Turquoise Blue #4AEAFB

RGB

 RED value IS 74 (29.3% from 255) = 13.24%

 GREEN value IS 234 (91.8% from 255) = 41.86%

 BLUE value IS 251 (98.44% from 255) = 44.9%

R = 13.24%
G = 41.86%
B = 44.9%

CMYK

 C value IS 0.71

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4AEAFB (or 0x4AEAFB) is known color: Turquoise Blue. HEX triplet: 4A, EA and FB. RGB value is (74,234,251). Sum of RGB (Red+Green+Blue) = 74+234+251=559 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.24% from 559); Green value is 234 (91.80% from 255 or 41.86% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #4AEAFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AEAFB is #B51504. Grayscale: #BBBBBB. Windows color (decimal): -11867397 or 16509514. OLE color: 16509514.

HSL color Cylindrical-coordinate representation of color #4AEAFB: hue angle of 185.76º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AEAFB is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 74 234 251 -
CMYK 0.71 0.07 0 0.02
HSL 185.76º 0.96% 0.64% -
HSV(B) 185.76º 0.71% 0.98% -
XYZ 49.66 67.27 101.63 -
YUV 188.1 163.49 46.62 -
System Red Green Blue C M Y K H S L
Decimal 74 234 251 0.71 0.07 0 0.02 185.76 0.96 0.64
Hex 4A EA FB 47 7 0 2 BA 60 40
Octal 112 352 373 107 7 0 2 272 140 100
Binary 1001010 11101010 11111011 1000111 111 0 10 10111010 1100000 1000000

Color Harmonies of #4AEAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEAFB

Black with #4AEAFB

Text Example


Text Example

White with #4AEAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,234,251); }

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

background-color css

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

 a { background-color: rgb(74,234,251); }

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

border-color css

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

 span { border-color: rgb(74,234,251); }

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