Html Css Color HEX #B0F2FD Pale Turquoise

📋 copy color: '#B0F2FD'

red 176 ◦ green 242 ◦ blue 253

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

Shades of Pale Turquoise #B0F2FD

Tints of Pale Turquoise #B0F2FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.7%

R = 26.23%
G = 36.07%
B = 37.7%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B0F2FD (or 0xB0F2FD) is known color: Pale Turquoise. HEX triplet: B0, F2 and FD. RGB value is (176,242,253). Sum of RGB (Red+Green+Blue) = 176+242+253=671 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.23% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #B0F2FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F2FD is #4F0D02. Grayscale: #DFDFDF. Windows color (decimal): -5180675 or 16642736. OLE color: 16642736.

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

Color convert

RGB 176 242 253 -
CMYK 0.30 0.04 0 0.01
HSL 188.57º 0.95% 0.84% -
HSV(B) 188.57º 0.3% 0.99% -
XYZ 67.39 79.83 104.78 -
YUV 223.52 144.63 94.11 -
System Red Green Blue C M Y K H S L
Decimal 176 242 253 0.30 0.04 0 0.01 188.57 0.95 0.84
Hex B0 F2 FD 1E 4 0 1 BD 5F 54
Octal 260 362 375 36 4 0 1 275 137 124
Binary 10110000 11110010 11111101 11110 100 0 1 10111101 1011111 1010100

Color Harmonies of #B0F2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F2FD

Black with #B0F2FD

Text Example


Text Example

White with #B0F2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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