Html Css Color HEX #B2F7FA Pale Turquoise

📋 copy color: '#B2F7FA'

red 178 ◦ green 247 ◦ blue 250

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

Shades of Pale Turquoise #B2F7FA

Tints of Pale Turquoise #B2F7FA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 36.59%

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

R = 26.37%
G = 36.59%
B = 37.04%

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B2F7FA (or 0xB2F7FA) is known color: Pale Turquoise. HEX triplet: B2, F7 and FA. RGB value is (178,247,250). Sum of RGB (Red+Green+Blue) = 178+247+250=675 (89% of max value = 765). Red value is 178 (69.92% from 255 or 26.37% from 675); Green value is 247 (96.88% from 255 or 36.59% from 675); Blue value is 250 (98.05% from 255 or 37.04% from 675); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2F7FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F7FA is #4D0805. Grayscale: #E2E2E2. Windows color (decimal): -5048326 or 16447410. OLE color: 16447410.

HSL color Cylindrical-coordinate representation of color #B2F7FA: hue angle of 182.5º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2F7FA is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 247 250 -
CMYK 0.29 0.01 0 0.02
HSL 182.5º 0.88% 0.84% -
HSV(B) 182.5º 0.29% 0.98% -
XYZ 68.88 82.89 102.81 -
YUV 226.71 141.14 93.26 -
System Red Green Blue C M Y K H S L
Decimal 178 247 250 0.29 0.01 0 0.02 182.5 0.88 0.84
Hex B2 F7 FA 1D 1 0 2 B6 58 54
Octal 262 367 372 35 1 0 2 266 130 124
Binary 10110010 11110111 11111010 11101 1 0 10 10110110 1011000 1010100

Color Harmonies of #B2F7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F7FA

Black with #B2F7FA

Text Example


Text Example

White with #B2F7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F7FA; }

 p { color: rgb(178,247,250); }

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

background-color css

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

 a { background-color: rgb(178,247,250); }

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

border-color css

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

 span { border-color: rgb(178,247,250); }

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