Html Css Color HEX #4CEAF8 Turquoise Blue

📋 copy color: '#4CEAF8'

red 76 ◦ green 234 ◦ blue 248

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

Shades of Turquoise Blue #4CEAF8

Tints of Turquoise Blue #4CEAF8

RGB

 RED value IS 76 (30.08% from 255) = 13.62%

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

 BLUE value IS 248 (97.27% from 255) = 44.44%

R = 13.62%
G = 41.94%
B = 44.44%

CMYK

 C value IS 0.69

 M value IS 0.06

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#4CEAF8 (or 0x4CEAF8) is known color: Turquoise Blue. HEX triplet: 4C, EA and F8. RGB value is (76,234,248). Sum of RGB (Red+Green+Blue) = 76+234+248=558 (73% of max value = 765). Red value is 76 (30.08% from 255 or 13.62% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 248 (97.27% from 255 or 44.44% from 558); Max value from RGB is 248 - color contains mainly: blue. Hex color #4CEAF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CEAF8 is #B31507. Grayscale: #BCBCBC. Windows color (decimal): -11736328 or 16312908. OLE color: 16312908.

HSL color Cylindrical-coordinate representation of color #4CEAF8: hue angle of 184.88º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CEAF8 is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 76 234 248 -
CMYK 0.69 0.06 0 0.03
HSL 184.88º 0.92% 0.64% -
HSV(B) 184.88º 0.69% 0.97% -
XYZ 49.35 67.16 99.17 -
YUV 188.35 161.65 47.86 -
System Red Green Blue C M Y K H S L
Decimal 76 234 248 0.69 0.06 0 0.03 184.88 0.92 0.64
Hex 4C EA F8 45 6 0 3 B9 5C 40
Octal 114 352 370 105 6 0 3 271 134 100
Binary 1001100 11101010 11111000 1000101 110 0 11 10111001 1011100 1000000

Color Harmonies of #4CEAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CEAF8

Black with #4CEAF8

Text Example


Text Example

White with #4CEAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,234,248); }

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

background-color css

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

 a { background-color: rgb(76,234,248); }

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

border-color css

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

 span { border-color: rgb(76,234,248); }

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