Html Css Color HEX #B2FDFC Pale Turquoise

📋 copy color: '#B2FDFC'

red 178 ◦ green 253 ◦ blue 252

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

Shades of Pale Turquoise #B2FDFC

Tints of Pale Turquoise #B2FDFC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.04%

 BLUE value IS 252 (98.83% from 255) = 36.9%

R = 26.06%
G = 37.04%
B = 36.9%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#B2FDFC (or 0xB2FDFC) is known color: Pale Turquoise. HEX triplet: B2, FD and FC. RGB value is (178,253,252). Sum of RGB (Red+Green+Blue) = 178+253+252=683 (90% of max value = 765). Red value is 178 (69.92% from 255 or 26.06% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FDFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FDFC is #4D0203. Grayscale: #E6E6E6. Windows color (decimal): -5046788 or 16580018. OLE color: 16580018.

HSL color Cylindrical-coordinate representation of color #B2FDFC: hue angle of 179.2º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FDFC is Cyan = 0.30, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 253 252 -
CMYK 0.30 0 0.00 0.01
HSL 179.2º 0.95% 0.85% -
HSV(B) 179.2º 0.3% 0.99% -
XYZ 71.06 86.74 105.09 -
YUV 230.46 140.15 90.58 -
System Red Green Blue C M Y K H S L
Decimal 178 253 252 0.30 0 0.00 0.01 179.2 0.95 0.85
Hex B2 FD FC 1E 0 0 1 B3 5F 55
Octal 262 375 374 36 0 0 1 263 137 125
Binary 10110010 11111101 11111100 11110 0 0 1 10110011 1011111 1010101

Color Harmonies of #B2FDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FDFC

Black with #B2FDFC

Text Example


Text Example

White with #B2FDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FDFC; }

 p { color: rgb(178,253,252); }

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

background-color css

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

 a { background-color: rgb(178,253,252); }

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

border-color css

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

 span { border-color: rgb(178,253,252); }

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