Html Css Color HEX #4CEAF7 Turquoise Blue

📋 copy color: '#4CEAF7'

red 76 ◦ green 234 ◦ blue 247

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

Shades of Turquoise Blue #4CEAF7

Tints of Turquoise Blue #4CEAF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 44.34%

R = 13.64%
G = 42.01%
B = 44.34%

CMYK

 C value IS 0.69

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#4CEAF7 (or 0x4CEAF7) is known color: Turquoise Blue. HEX triplet: 4C, EA and F7. RGB value is (76,234,247). Sum of RGB (Red+Green+Blue) = 76+234+247=557 (73% of max value = 765). Red value is 76 (30.08% from 255 or 13.64% from 557); Green value is 234 (91.80% from 255 or 42.01% from 557); Blue value is 247 (96.88% from 255 or 44.34% from 557); Max value from RGB is 247 - color contains mainly: blue. Hex color #4CEAF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CEAF7 is #B31508. Grayscale: #BCBCBC. Windows color (decimal): -11736329 or 16247372. OLE color: 16247372.

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

Color convert

RGB 76 234 247 -
CMYK 0.69 0.05 0 0.03
HSL 184.56º 0.91% 0.63% -
HSV(B) 184.56º 0.69% 0.97% -
XYZ 49.19 67.1 98.35 -
YUV 188.24 161.15 47.94 -
System Red Green Blue C M Y K H S L
Decimal 76 234 247 0.69 0.05 0 0.03 184.56 0.91 0.63
Hex 4C EA F7 45 5 0 3 B9 5B 3F
Octal 114 352 367 105 5 0 3 271 133 77
Binary 1001100 11101010 11110111 1000101 101 0 11 10111001 1011011 111111

Color Harmonies of #4CEAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CEAF7

Black with #4CEAF7

Text Example


Text Example

White with #4CEAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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