Html Css Color HEX #B2F8FC Pale Turquoise

📋 copy color: '#B2F8FC'

red 178 ◦ green 248 ◦ blue 252

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

Shades of Pale Turquoise #B2F8FC

Tints of Pale Turquoise #B2F8FC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.58%

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

R = 26.25%
G = 36.58%
B = 37.17%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B2F8FC (or 0xB2F8FC) is known color: Pale Turquoise. HEX triplet: B2, F8 and FC. RGB value is (178,248,252). Sum of RGB (Red+Green+Blue) = 178+248+252=678 (89% of max value = 765). Red value is 178 (69.92% from 255 or 26.25% from 678); Green value is 248 (97.27% from 255 or 36.58% from 678); Blue value is 252 (98.83% from 255 or 37.17% from 678); Max value from RGB is 252 - color contains mainly: blue. Hex color #B2F8FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F8FC is #4D0703. Grayscale: #E3E3E3. Windows color (decimal): -5048068 or 16578738. OLE color: 16578738.

HSL color Cylindrical-coordinate representation of color #B2F8FC: hue angle of 183.24º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2F8FC is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 248 252 -
CMYK 0.29 0.02 0 0.01
HSL 183.24º 0.93% 0.84% -
HSV(B) 183.24º 0.29% 0.99% -
XYZ 69.5 83.63 104.57 -
YUV 227.53 141.81 92.67 -
System Red Green Blue C M Y K H S L
Decimal 178 248 252 0.29 0.02 0 0.01 183.24 0.93 0.84
Hex B2 F8 FC 1D 2 0 1 B7 5C 54
Octal 262 370 374 35 2 0 1 267 134 124
Binary 10110010 11111000 11111100 11101 10 0 1 10110111 1011100 1010100

Color Harmonies of #B2F8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F8FC

Black with #B2F8FC

Text Example


Text Example

White with #B2F8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F8FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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