Html Css Color HEX #4CE8FC Turquoise Blue

📋 copy color: '#4CE8FC'

red 76 ◦ green 232 ◦ blue 252

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

Shades of Turquoise Blue #4CE8FC

Tints of Turquoise Blue #4CE8FC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.43%

 BLUE value IS 252 (98.83% from 255) = 45%

R = 13.57%
G = 41.43%
B = 45%

CMYK

 C value IS 0.70

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4CE8FC (or 0x4CE8FC) is known color: Turquoise Blue. HEX triplet: 4C, E8 and FC. RGB value is (76,232,252). Sum of RGB (Red+Green+Blue) = 76+232+252=560 (74% of max value = 765). Red value is 76 (30.08% from 255 or 13.57% from 560); Green value is 232 (91.02% from 255 or 41.43% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #4CE8FC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CE8FC is #B31703. Grayscale: #BBBBBB. Windows color (decimal): -11736836 or 16574540. OLE color: 16574540.

HSL color Cylindrical-coordinate representation of color #4CE8FC: hue angle of 186.82º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CE8FC is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 76 232 252 -
CMYK 0.70 0.08 0 0.01
HSL 186.82º 0.97% 0.64% -
HSV(B) 186.82º 0.7% 0.99% -
XYZ 49.41 66.28 102.28 -
YUV 187.64 164.32 48.37 -
System Red Green Blue C M Y K H S L
Decimal 76 232 252 0.70 0.08 0 0.01 186.82 0.97 0.64
Hex 4C E8 FC 46 8 0 1 BB 61 40
Octal 114 350 374 106 10 0 1 273 141 100
Binary 1001100 11101000 11111100 1000110 1000 0 1 10111011 1100001 1000000

Color Harmonies of #4CE8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CE8FC

Black with #4CE8FC

Text Example


Text Example

White with #4CE8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,232,252); }

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

background-color css

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

 a { background-color: rgb(76,232,252); }

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

border-color css

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

 span { border-color: rgb(76,232,252); }

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