Html Css Color HEX #4BCFFE Turquoise Blue

📋 copy color: '#4BCFFE'

red 75 ◦ green 207 ◦ blue 254

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

Shades of Turquoise Blue #4BCFFE

Tints of Turquoise Blue #4BCFFE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.62%

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

R = 13.99%
G = 38.62%
B = 47.39%

CMYK

 C value IS 0.70

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4BCFFE (or 0x4BCFFE) is known color: Turquoise Blue. HEX triplet: 4B, CF and FE. RGB value is (75,207,254). Sum of RGB (Red+Green+Blue) = 75+207+254=536 (70% of max value = 765). Red value is 75 (29.69% from 255 or 13.99% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #4BCFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BCFFE is #B43001. Grayscale: #ACACAC. Windows color (decimal): -11808770 or 16699211. OLE color: 16699211.

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

Color convert

RGB 75 207 254 -
CMYK 0.70 0.19 0 0.00
HSL 195.75º 0.99% 0.65% -
HSV(B) 195.75º 0.7% 1% -
XYZ 43.1 53.28 101.78 -
YUV 172.89 173.77 58.18 -
System Red Green Blue C M Y K H S L
Decimal 75 207 254 0.70 0.19 0 0.00 195.75 0.99 0.65
Hex 4B CF FE 46 13 0 0 C4 63 41
Octal 113 317 376 106 23 0 0 304 143 101
Binary 1001011 11001111 11111110 1000110 10011 0 0 11000100 1100011 1000001

Color Harmonies of #4BCFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCFFE

Black with #4BCFFE

Text Example


Text Example

White with #4BCFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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