Html Css Color HEX #4CE7FF Turquoise Blue

📋 copy color: '#4CE7FF'

red 76 ◦ green 231 ◦ blue 255

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

Shades of Turquoise Blue #4CE7FF

Tints of Turquoise Blue #4CE7FF

RGB

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

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

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

R = 13.52%
G = 41.1%
B = 45.37%

CMYK

 C value IS 0.70

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4CE7FF (or 0x4CE7FF) is known color: Turquoise Blue. HEX triplet: 4C, E7 and FF. RGB value is (76,231,255). Sum of RGB (Red+Green+Blue) = 76+231+255=562 (74% of max value = 765). Red value is 76 (30.08% from 255 or 13.52% from 562); Green value is 231 (90.62% from 255 or 41.10% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #4CE7FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CE7FF is #B31800. Grayscale: #BBBBBB. Windows color (decimal): -11737089 or 16770892. OLE color: 16770892.

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

Color convert

RGB 76 231 255 -
CMYK 0.70 0.09 0 0
HSL 188.04º 1% 0.65% -
HSV(B) 188.04º 0.7% 1% -
XYZ 49.61 65.91 104.71 -
YUV 187.39 166.15 48.55 -
System Red Green Blue C M Y K H S L
Decimal 76 231 255 0.70 0.09 0 0 188.04 1 0.65
Hex 4C E7 FF 46 9 0 0 BC 64 41
Octal 114 347 377 106 11 0 0 274 144 101
Binary 1001100 11100111 11111111 1000110 1001 0 0 10111100 1100100 1000001

Color Harmonies of #4CE7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CE7FF

Black with #4CE7FF

Text Example


Text Example

White with #4CE7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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