Html Css Color HEX #4CE1FC Turquoise Blue

📋 copy color: '#4CE1FC'

red 76 ◦ green 225 ◦ blue 252

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

Shades of Turquoise Blue #4CE1FC

Tints of Turquoise Blue #4CE1FC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.69%

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

R = 13.74%
G = 40.69%
B = 45.57%

CMYK

 C value IS 0.70

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4CE1FC (or 0x4CE1FC) is known color: Turquoise Blue. HEX triplet: 4C, E1 and FC. RGB value is (76,225,252). Sum of RGB (Red+Green+Blue) = 76+225+252=553 (73% of max value = 765). Red value is 76 (30.08% from 255 or 13.74% from 553); Green value is 225 (88.28% from 255 or 40.69% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #4CE1FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CE1FC is #B31E03. Grayscale: #B7B7B7. Windows color (decimal): -11738628 or 16572748. OLE color: 16572748.

HSL color Cylindrical-coordinate representation of color #4CE1FC: hue angle of 189.2º 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 #4CE1FC is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 76 225 252 -
CMYK 0.70 0.11 0 0.01
HSL 189.2º 0.97% 0.64% -
HSV(B) 189.2º 0.7% 0.99% -
XYZ 47.48 62.42 101.64 -
YUV 183.53 166.64 51.3 -
System Red Green Blue C M Y K H S L
Decimal 76 225 252 0.70 0.11 0 0.01 189.2 0.97 0.64
Hex 4C E1 FC 46 B 0 1 BD 61 40
Octal 114 341 374 106 13 0 1 275 141 100
Binary 1001100 11100001 11111100 1000110 1011 0 1 10111101 1100001 1000000

Color Harmonies of #4CE1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CE1FC

Black with #4CE1FC

Text Example


Text Example

White with #4CE1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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