Html Css Color HEX #B2F7FE Pale Turquoise

📋 copy color: '#B2F7FE'

red 178 ◦ green 247 ◦ blue 254

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

Shades of Pale Turquoise #B2F7FE

Tints of Pale Turquoise #B2F7FE

RGB

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

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

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

R = 26.22%
G = 36.38%
B = 37.41%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B2F7FE (or 0xB2F7FE) is known color: Pale Turquoise. HEX triplet: B2, F7 and FE. RGB value is (178,247,254). Sum of RGB (Red+Green+Blue) = 178+247+254=679 (89% of max value = 765). Red value is 178 (69.92% from 255 or 26.22% from 679); Green value is 247 (96.88% from 255 or 36.38% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2F7FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F7FE is #4D0801. Grayscale: #E3E3E3. Windows color (decimal): -5048322 or 16709554. OLE color: 16709554.

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

Color convert

RGB 178 247 254 -
CMYK 0.30 0.03 0 0.00
HSL 185.53º 0.97% 0.85% -
HSV(B) 185.53º 0.3% 1% -
XYZ 69.51 83.14 106.15 -
YUV 227.17 143.14 92.93 -
System Red Green Blue C M Y K H S L
Decimal 178 247 254 0.30 0.03 0 0.00 185.53 0.97 0.85
Hex B2 F7 FE 1E 3 0 0 BA 61 55
Octal 262 367 376 36 3 0 0 272 141 125
Binary 10110010 11110111 11111110 11110 11 0 0 10111010 1100001 1010101

Color Harmonies of #B2F7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F7FE

Black with #B2F7FE

Text Example


Text Example

White with #B2F7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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