Html Css Color HEX #4CE5FF Turquoise Blue

📋 copy color: '#4CE5FF'

red 76 ◦ green 229 ◦ blue 255

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

Shades of Turquoise Blue #4CE5FF

Tints of Turquoise Blue #4CE5FF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.89%

 BLUE value IS 255 (100% from 255) = 45.54%

R = 13.57%
G = 40.89%
B = 45.54%

CMYK

 C value IS 0.70

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4CE5FF (or 0x4CE5FF) is known color: Turquoise Blue. HEX triplet: 4C, E5 and FF. RGB value is (76,229,255). Sum of RGB (Red+Green+Blue) = 76+229+255=560 (74% of max value = 765). Red value is 76 (30.08% from 255 or 13.57% from 560); Green value is 229 (89.84% from 255 or 40.89% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #4CE5FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CE5FF is #B31A00. Grayscale: #B9B9B9. Windows color (decimal): -11737601 or 16770380. OLE color: 16770380.

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

Color convert

RGB 76 229 255 -
CMYK 0.70 0.10 0 0
HSL 188.72º 1% 0.65% -
HSV(B) 188.72º 0.7% 1% -
XYZ 49.05 64.8 104.53 -
YUV 186.22 166.81 49.39 -
System Red Green Blue C M Y K H S L
Decimal 76 229 255 0.70 0.10 0 0 188.72 1 0.65
Hex 4C E5 FF 46 A 0 0 BD 64 41
Octal 114 345 377 106 12 0 0 275 144 101
Binary 1001100 11100101 11111111 1000110 1010 0 0 10111101 1100100 1000001

Color Harmonies of #4CE5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CE5FF

Black with #4CE5FF

Text Example


Text Example

White with #4CE5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,229,255); }

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

background-color css

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

 a { background-color: rgb(76,229,255); }

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

border-color css

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

 span { border-color: rgb(76,229,255); }

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