Html Css Color HEX #4BE3FE Turquoise Blue

📋 copy color: '#4BE3FE'

red 75 ◦ green 227 ◦ blue 254

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

Shades of Turquoise Blue #4BE3FE

Tints of Turquoise Blue #4BE3FE

RGB

 RED value IS 75 (29.69% from 255) = 13.49%

 GREEN value IS 227 (89.06% from 255) = 40.83%

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

R = 13.49%
G = 40.83%
B = 45.68%

CMYK

 C value IS 0.70

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4BE3FE (or 0x4BE3FE) is known color: Turquoise Blue. HEX triplet: 4B, E3 and FE. RGB value is (75,227,254). Sum of RGB (Red+Green+Blue) = 75+227+254=556 (73% of max value = 765). Red value is 75 (29.69% from 255 or 13.49% from 556); Green value is 227 (89.06% from 255 or 40.83% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #4BE3FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BE3FE is #B41C01. Grayscale: #B8B8B8. Windows color (decimal): -11803650 or 16704331. OLE color: 16704331.

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

Color convert

RGB 75 227 254 -
CMYK 0.70 0.11 0 0.00
HSL 189.05º 0.99% 0.65% -
HSV(B) 189.05º 0.7% 1% -
XYZ 48.26 63.59 103.5 -
YUV 184.63 167.14 49.8 -
System Red Green Blue C M Y K H S L
Decimal 75 227 254 0.70 0.11 0 0.00 189.05 0.99 0.65
Hex 4B E3 FE 46 B 0 0 BD 63 41
Octal 113 343 376 106 13 0 0 275 143 101
Binary 1001011 11100011 11111110 1000110 1011 0 0 10111101 1100011 1000001

Color Harmonies of #4BE3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BE3FE

Black with #4BE3FE

Text Example


Text Example

White with #4BE3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,227,254); }

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

background-color css

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

 a { background-color: rgb(75,227,254); }

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

border-color css

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

 span { border-color: rgb(75,227,254); }

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