Html Css Color HEX #B0F5FD Pale Turquoise

📋 copy color: '#B0F5FD'

red 176 ◦ green 245 ◦ blue 253

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

Shades of Pale Turquoise #B0F5FD

Tints of Pale Turquoise #B0F5FD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 36.35%

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

R = 26.11%
G = 36.35%
B = 37.54%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B0F5FD (or 0xB0F5FD) is known color: Pale Turquoise. HEX triplet: B0, F5 and FD. RGB value is (176,245,253). Sum of RGB (Red+Green+Blue) = 176+245+253=674 (89% of max value = 765). Red value is 176 (69.14% from 255 or 26.11% from 674); Green value is 245 (96.09% from 255 or 36.35% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #B0F5FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F5FD is #4F0A02. Grayscale: #E1E1E1. Windows color (decimal): -5179907 or 16643504. OLE color: 16643504.

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

Color convert

RGB 176 245 253 -
CMYK 0.30 0.03 0 0.01
HSL 186.23º 0.95% 0.84% -
HSV(B) 186.23º 0.3% 0.99% -
XYZ 68.29 81.63 105.09 -
YUV 225.28 143.64 92.85 -
System Red Green Blue C M Y K H S L
Decimal 176 245 253 0.30 0.03 0 0.01 186.23 0.95 0.84
Hex B0 F5 FD 1E 3 0 1 BA 5F 54
Octal 260 365 375 36 3 0 1 272 137 124
Binary 10110000 11110101 11111101 11110 11 0 1 10111010 1011111 1010100

Color Harmonies of #B0F5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F5FD

Black with #B0F5FD

Text Example


Text Example

White with #B0F5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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