Html Css Color HEX #4CE9FE Turquoise Blue

📋 copy color: '#4CE9FE'

red 76 ◦ green 233 ◦ blue 254

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

Shades of Turquoise Blue #4CE9FE

Tints of Turquoise Blue #4CE9FE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.39%

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

R = 13.5%
G = 41.39%
B = 45.12%

CMYK

 C value IS 0.70

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4CE9FE (or 0x4CE9FE) is known color: Turquoise Blue. HEX triplet: 4C, E9 and FE. RGB value is (76,233,254). Sum of RGB (Red+Green+Blue) = 76+233+254=563 (74% of max value = 765). Red value is 76 (30.08% from 255 or 13.50% from 563); Green value is 233 (91.41% from 255 or 41.39% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #4CE9FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CE9FE is #B31601. Grayscale: #BCBCBC. Windows color (decimal): -11736578 or 16705868. OLE color: 16705868.

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

Color convert

RGB 76 233 254 -
CMYK 0.70 0.08 0 0.00
HSL 187.08º 0.99% 0.65% -
HSV(B) 187.08º 0.7% 1% -
XYZ 50.01 66.97 104.06 -
YUV 188.45 164.99 47.79 -
System Red Green Blue C M Y K H S L
Decimal 76 233 254 0.70 0.08 0 0.00 187.08 0.99 0.65
Hex 4C E9 FE 46 8 0 0 BB 63 41
Octal 114 351 376 106 10 0 0 273 143 101
Binary 1001100 11101001 11111110 1000110 1000 0 0 10111011 1100011 1000001

Color Harmonies of #4CE9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CE9FE

Black with #4CE9FE

Text Example


Text Example

White with #4CE9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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