Html Css Color HEX #B0F2FA Pale Turquoise

📋 copy color: '#B0F2FA'

red 176 ◦ green 242 ◦ blue 250

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

Shades of Pale Turquoise #B0F2FA

Tints of Pale Turquoise #B0F2FA

RGB

 RED value IS 176 (69.14% from 255) = 26.35%

 GREEN value IS 242 (94.92% from 255) = 36.23%

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

R = 26.35%
G = 36.23%
B = 37.43%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B0F2FA (or 0xB0F2FA) is known color: Pale Turquoise. HEX triplet: B0, F2 and FA. RGB value is (176,242,250). Sum of RGB (Red+Green+Blue) = 176+242+250=668 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.35% from 668); Green value is 242 (94.92% from 255 or 36.23% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0F2FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F2FA is #4F0D05. Grayscale: #DFDFDF. Windows color (decimal): -5180678 or 16446128. OLE color: 16446128.

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

Color convert

RGB 176 242 250 -
CMYK 0.30 0.03 0 0.02
HSL 186.49º 0.88% 0.84% -
HSV(B) 186.49º 0.3% 0.98% -
XYZ 66.91 79.64 102.29 -
YUV 223.18 143.13 94.35 -
System Red Green Blue C M Y K H S L
Decimal 176 242 250 0.30 0.03 0 0.02 186.49 0.88 0.84
Hex B0 F2 FA 1E 3 0 2 BA 58 54
Octal 260 362 372 36 3 0 2 272 130 124
Binary 10110000 11110010 11111010 11110 11 0 10 10111010 1011000 1010100

Color Harmonies of #B0F2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F2FA

Black with #B0F2FA

Text Example


Text Example

White with #B0F2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F2FA; }

 p { color: rgb(176,242,250); }

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

background-color css

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

 a { background-color: rgb(176,242,250); }

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

border-color css

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

 span { border-color: rgb(176,242,250); }

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