Html Css Color HEX #4BE8FA Turquoise Blue

📋 copy color: '#4BE8FA'

red 75 ◦ green 232 ◦ blue 250

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

Shades of Turquoise Blue #4BE8FA

Tints of Turquoise Blue #4BE8FA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.65%

 BLUE value IS 250 (98.05% from 255) = 44.88%

R = 13.46%
G = 41.65%
B = 44.88%

CMYK

 C value IS 0.7

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4BE8FA (or 0x4BE8FA) is known color: Turquoise Blue. HEX triplet: 4B, E8 and FA. RGB value is (75,232,250). Sum of RGB (Red+Green+Blue) = 75+232+250=557 (73% of max value = 765). Red value is 75 (29.69% from 255 or 13.46% from 557); Green value is 232 (91.02% from 255 or 41.65% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #4BE8FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BE8FA is #B41705. Grayscale: #BABABA. Windows color (decimal): -11802374 or 16443467. OLE color: 16443467.

HSL color Cylindrical-coordinate representation of color #4BE8FA: hue angle of 186.17º degrees, saturation: 0.95, 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 #4BE8FA is Cyan = 0.7, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 75 232 250 -
CMYK 0.7 0.07 0 0.02
HSL 186.17º 0.95% 0.64% -
HSV(B) 186.17º 0.7% 0.98% -
XYZ 49.01 66.11 100.62 -
YUV 187.11 163.49 48.04 -
System Red Green Blue C M Y K H S L
Decimal 75 232 250 0.7 0.07 0 0.02 186.17 0.95 0.64
Hex 4B E8 FA 46 7 0 2 BA 5F 40
Octal 113 350 372 106 7 0 2 272 137 100
Binary 1001011 11101000 11111010 1000110 111 0 10 10111010 1011111 1000000

Color Harmonies of #4BE8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BE8FA

Black with #4BE8FA

Text Example


Text Example

White with #4BE8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,232,250); }

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

background-color css

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

 a { background-color: rgb(75,232,250); }

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

border-color css

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

 span { border-color: rgb(75,232,250); }

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