Html Css Color HEX #B2FBFE Pale Turquoise

📋 copy color: '#B2FBFE'

red 178 ◦ green 251 ◦ blue 254

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

Shades of Pale Turquoise #B2FBFE

Tints of Pale Turquoise #B2FBFE

RGB

 RED value IS 178 (69.92% from 255) = 26.06%

 GREEN value IS 251 (98.44% from 255) = 36.75%

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

R = 26.06%
G = 36.75%
B = 37.19%

CMYK

 C value IS 0.30

 M value IS 0.01

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B2FBFE (or 0xB2FBFE) is known color: Pale Turquoise. HEX triplet: B2, FB and FE. RGB value is (178,251,254). Sum of RGB (Red+Green+Blue) = 178+251+254=683 (90% of max value = 765). Red value is 178 (69.92% from 255 or 26.06% from 683); Green value is 251 (98.44% from 255 or 36.75% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2FBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FBFE is #4D0401. Grayscale: #E5E5E5. Windows color (decimal): -5047298 or 16710578. OLE color: 16710578.

HSL color Cylindrical-coordinate representation of color #B2FBFE: hue angle of 182.37º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FBFE is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 251 254 -
CMYK 0.30 0.01 0 0.00
HSL 182.37º 0.97% 0.85% -
HSV(B) 182.37º 0.3% 1% -
XYZ 70.75 85.62 106.56 -
YUV 229.52 141.82 91.26 -
System Red Green Blue C M Y K H S L
Decimal 178 251 254 0.30 0.01 0 0.00 182.37 0.97 0.85
Hex B2 FB FE 1E 1 0 0 B6 61 55
Octal 262 373 376 36 1 0 0 266 141 125
Binary 10110010 11111011 11111110 11110 1 0 0 10110110 1100001 1010101

Color Harmonies of #B2FBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FBFE

Black with #B2FBFE

Text Example


Text Example

White with #B2FBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FBFE; }

 p { color: rgb(178,251,254); }

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

background-color css

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

 a { background-color: rgb(178,251,254); }

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

border-color css

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

 span { border-color: rgb(178,251,254); }

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