Html Css Color HEX #B2F6FA Pale Turquoise

📋 copy color: '#B2F6FA'

red 178 ◦ green 246 ◦ blue 250

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

Shades of Pale Turquoise #B2F6FA

Tints of Pale Turquoise #B2F6FA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.5%

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

R = 26.41%
G = 36.5%
B = 37.09%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B2F6FA (or 0xB2F6FA) is known color: Pale Turquoise. HEX triplet: B2, F6 and FA. RGB value is (178,246,250). Sum of RGB (Red+Green+Blue) = 178+246+250=674 (89% of max value = 765). Red value is 178 (69.92% from 255 or 26.41% from 674); Green value is 246 (96.48% from 255 or 36.50% from 674); Blue value is 250 (98.05% from 255 or 37.09% from 674); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2F6FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F6FA is #4D0905. Grayscale: #E2E2E2. Windows color (decimal): -5048582 or 16447154. OLE color: 16447154.

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

Color convert

RGB 178 246 250 -
CMYK 0.29 0.02 0 0.02
HSL 183.33º 0.88% 0.84% -
HSV(B) 183.33º 0.29% 0.98% -
XYZ 68.57 82.28 102.71 -
YUV 226.12 141.47 93.67 -
System Red Green Blue C M Y K H S L
Decimal 178 246 250 0.29 0.02 0 0.02 183.33 0.88 0.84
Hex B2 F6 FA 1D 2 0 2 B7 58 54
Octal 262 366 372 35 2 0 2 267 130 124
Binary 10110010 11110110 11111010 11101 10 0 10 10110111 1011000 1010100

Color Harmonies of #B2F6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F6FA

Black with #B2F6FA

Text Example


Text Example

White with #B2F6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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