Html Css Color HEX #4BCCFA Turquoise Blue

📋 copy color: '#4BCCFA'

red 75 ◦ green 204 ◦ blue 250

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

Shades of Turquoise Blue #4BCCFA

Tints of Turquoise Blue #4BCCFA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.56%

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

R = 14.18%
G = 38.56%
B = 47.26%

CMYK

 C value IS 0.7

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4BCCFA (or 0x4BCCFA) is known color: Turquoise Blue. HEX triplet: 4B, CC and FA. RGB value is (75,204,250). Sum of RGB (Red+Green+Blue) = 75+204+250=529 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.18% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #4BCCFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BCCFA is #B43305. Grayscale: #AAAAAA. Windows color (decimal): -11809542 or 16436299. OLE color: 16436299.

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

Color convert

RGB 75 204 250 -
CMYK 0.7 0.18 0 0.02
HSL 195.77º 0.95% 0.64% -
HSV(B) 195.77º 0.7% 0.98% -
XYZ 41.75 51.58 98.2 -
YUV 170.67 172.76 59.76 -
System Red Green Blue C M Y K H S L
Decimal 75 204 250 0.7 0.18 0 0.02 195.77 0.95 0.64
Hex 4B CC FA 46 12 0 2 C4 5F 40
Octal 113 314 372 106 22 0 2 304 137 100
Binary 1001011 11001100 11111010 1000110 10010 0 10 11000100 1011111 1000000

Color Harmonies of #4BCCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCCFA

Black with #4BCCFA

Text Example


Text Example

White with #4BCCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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