Html Css Color HEX #B2F1FA Pale Turquoise

📋 copy color: '#B2F1FA'

red 178 ◦ green 241 ◦ blue 250

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

Shades of Pale Turquoise #B2F1FA

Tints of Pale Turquoise #B2F1FA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.02%

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

R = 26.61%
G = 36.02%
B = 37.37%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B2F1FA (or 0xB2F1FA) is known color: Pale Turquoise. HEX triplet: B2, F1 and FA. RGB value is (178,241,250). Sum of RGB (Red+Green+Blue) = 178+241+250=669 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.61% from 669); Green value is 241 (94.53% from 255 or 36.02% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2F1FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F1FA is #4D0E05. Grayscale: #DFDFDF. Windows color (decimal): -5049862 or 16445874. OLE color: 16445874.

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

Color convert

RGB 178 241 250 -
CMYK 0.29 0.04 0 0.02
HSL 187.5º 0.88% 0.84% -
HSV(B) 187.5º 0.29% 0.98% -
XYZ 67.07 79.28 102.21 -
YUV 223.19 143.13 95.77 -
System Red Green Blue C M Y K H S L
Decimal 178 241 250 0.29 0.04 0 0.02 187.5 0.88 0.84
Hex B2 F1 FA 1D 4 0 2 BC 58 54
Octal 262 361 372 35 4 0 2 274 130 124
Binary 10110010 11110001 11111010 11101 100 0 10 10111100 1011000 1010100

Color Harmonies of #B2F1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F1FA

Black with #B2F1FA

Text Example


Text Example

White with #B2F1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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