Html Css Color HEX #B2F3FE Pale Turquoise

📋 copy color: '#B2F3FE'

red 178 ◦ green 243 ◦ blue 254

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

Shades of Pale Turquoise #B2F3FE

Tints of Pale Turquoise #B2F3FE

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36%

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

R = 26.37%
G = 36%
B = 37.63%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B2F3FE (or 0xB2F3FE) is known color: Pale Turquoise. HEX triplet: B2, F3 and FE. RGB value is (178,243,254). Sum of RGB (Red+Green+Blue) = 178+243+254=675 (89% of max value = 765). Red value is 178 (69.92% from 255 or 26.37% from 675); Green value is 243 (95.31% from 255 or 36% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2F3FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F3FE is #4D0C01. Grayscale: #E0E0E0. Windows color (decimal): -5049346 or 16708530. OLE color: 16708530.

HSL color Cylindrical-coordinate representation of color #B2F3FE: hue angle of 188.68º 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 #B2F3FE is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 243 254 -
CMYK 0.30 0.04 0 0.00
HSL 188.68º 0.97% 0.85% -
HSV(B) 188.68º 0.3% 1% -
XYZ 68.3 80.72 105.75 -
YUV 224.82 144.47 94.61 -
System Red Green Blue C M Y K H S L
Decimal 178 243 254 0.30 0.04 0 0.00 188.68 0.97 0.85
Hex B2 F3 FE 1E 4 0 0 BD 61 55
Octal 262 363 376 36 4 0 0 275 141 125
Binary 10110010 11110011 11111110 11110 100 0 0 10111101 1100001 1010101

Color Harmonies of #B2F3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F3FE

Black with #B2F3FE

Text Example


Text Example

White with #B2F3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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