Html Css Color HEX #4BEAFC Turquoise Blue

📋 copy color: '#4BEAFC'

red 75 ◦ green 234 ◦ blue 252

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

Shades of Turquoise Blue #4BEAFC

Tints of Turquoise Blue #4BEAFC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.71%

 BLUE value IS 252 (98.83% from 255) = 44.92%

R = 13.37%
G = 41.71%
B = 44.92%

CMYK

 C value IS 0.70

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4BEAFC (or 0x4BEAFC) is known color: Turquoise Blue. HEX triplet: 4B, EA and FC. RGB value is (75,234,252). Sum of RGB (Red+Green+Blue) = 75+234+252=561 (74% of max value = 765). Red value is 75 (29.69% from 255 or 13.37% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #4BEAFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BEAFC is #B41503. Grayscale: #BCBCBC. Windows color (decimal): -11801860 or 16575051. OLE color: 16575051.

HSL color Cylindrical-coordinate representation of color #4BEAFC: hue angle of 186.1º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BEAFC is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 75 234 252 -
CMYK 0.70 0.07 0 0.01
HSL 186.1º 0.97% 0.64% -
HSV(B) 186.1º 0.7% 0.99% -
XYZ 49.9 67.37 102.47 -
YUV 188.51 163.82 47.04 -
System Red Green Blue C M Y K H S L
Decimal 75 234 252 0.70 0.07 0 0.01 186.1 0.97 0.64
Hex 4B EA FC 46 7 0 1 BA 61 40
Octal 113 352 374 106 7 0 1 272 141 100
Binary 1001011 11101010 11111100 1000110 111 0 1 10111010 1100001 1000000

Color Harmonies of #4BEAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BEAFC

Black with #4BEAFC

Text Example


Text Example

White with #4BEAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,234,252); }

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

background-color css

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

 a { background-color: rgb(75,234,252); }

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

border-color css

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

 span { border-color: rgb(75,234,252); }

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