Html Css Color HEX #4CE7FE Turquoise Blue

📋 copy color: '#4CE7FE'

red 76 ◦ green 231 ◦ blue 254

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

Shades of Turquoise Blue #4CE7FE

Tints of Turquoise Blue #4CE7FE

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.18%

 BLUE value IS 254 (99.61% from 255) = 45.28%

R = 13.55%
G = 41.18%
B = 45.28%

CMYK

 C value IS 0.70

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4CE7FE (or 0x4CE7FE) is known color: Turquoise Blue. HEX triplet: 4C, E7 and FE. RGB value is (76,231,254). Sum of RGB (Red+Green+Blue) = 76+231+254=561 (74% of max value = 765). Red value is 76 (30.08% from 255 or 13.55% from 561); Green value is 231 (90.62% from 255 or 41.18% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #4CE7FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CE7FE is #B31801. Grayscale: #BBBBBB. Windows color (decimal): -11737090 or 16705356. OLE color: 16705356.

HSL color Cylindrical-coordinate representation of color #4CE7FE: hue angle of 187.75º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CE7FE is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 76 231 254 -
CMYK 0.70 0.09 0 0.00
HSL 187.75º 0.99% 0.65% -
HSV(B) 187.75º 0.7% 1% -
XYZ 49.45 65.84 103.87 -
YUV 187.28 165.65 48.63 -
System Red Green Blue C M Y K H S L
Decimal 76 231 254 0.70 0.09 0 0.00 187.75 0.99 0.65
Hex 4C E7 FE 46 9 0 0 BC 63 41
Octal 114 347 376 106 11 0 0 274 143 101
Binary 1001100 11100111 11111110 1000110 1001 0 0 10111100 1100011 1000001

Color Harmonies of #4CE7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CE7FE

Black with #4CE7FE

Text Example


Text Example

White with #4CE7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,231,254); }

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

background-color css

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

 a { background-color: rgb(76,231,254); }

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

border-color css

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

 span { border-color: rgb(76,231,254); }

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