Html Css Color HEX #4CE6FB Turquoise Blue

📋 copy color: '#4CE6FB'

red 76 ◦ green 230 ◦ blue 251

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

Shades of Turquoise Blue #4CE6FB

Tints of Turquoise Blue #4CE6FB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.29%

 BLUE value IS 251 (98.44% from 255) = 45.06%

R = 13.64%
G = 41.29%
B = 45.06%

CMYK

 C value IS 0.70

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4CE6FB (or 0x4CE6FB) is known color: Turquoise Blue. HEX triplet: 4C, E6 and FB. RGB value is (76,230,251). Sum of RGB (Red+Green+Blue) = 76+230+251=557 (73% of max value = 765). Red value is 76 (30.08% from 255 or 13.64% from 557); Green value is 230 (90.23% from 255 or 41.29% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #4CE6FB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CE6FB is #B31904. Grayscale: #BABABA. Windows color (decimal): -11737349 or 16508492. OLE color: 16508492.

HSL color Cylindrical-coordinate representation of color #4CE6FB: hue angle of 187.2º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CE6FB is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 230 251 -
CMYK 0.70 0.08 0 0.02
HSL 187.2º 0.96% 0.64% -
HSV(B) 187.2º 0.7% 0.98% -
XYZ 48.69 65.1 101.27 -
YUV 186.35 164.48 49.29 -
System Red Green Blue C M Y K H S L
Decimal 76 230 251 0.70 0.08 0 0.02 187.2 0.96 0.64
Hex 4C E6 FB 46 8 0 2 BB 60 40
Octal 114 346 373 106 10 0 2 273 140 100
Binary 1001100 11100110 11111011 1000110 1000 0 10 10111011 1100000 1000000

Color Harmonies of #4CE6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CE6FB

Black with #4CE6FB

Text Example


Text Example

White with #4CE6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,230,251); }

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

background-color css

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

 a { background-color: rgb(76,230,251); }

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

border-color css

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

 span { border-color: rgb(76,230,251); }

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