Html Css Color HEX #B0FBED Pale Turquoise

📋 copy color: '#B0FBED'

red 176 ◦ green 251 ◦ blue 237

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

Shades of Pale Turquoise #B0FBED

Tints of Pale Turquoise #B0FBED

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.8%

 BLUE value IS 237 (92.97% from 255) = 35.69%

R = 26.51%
G = 37.8%
B = 35.69%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#B0FBED (or 0xB0FBED) is known color: Pale Turquoise. HEX triplet: B0, FB and ED. RGB value is (176,251,237). Sum of RGB (Red+Green+Blue) = 176+251+237=664 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.51% from 664); Green value is 251 (98.44% from 255 or 37.80% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FBED is #4F0412. Grayscale: #E2E2E2. Windows color (decimal): -5178387 or 15596464. OLE color: 15596464.

HSL color Cylindrical-coordinate representation of color #B0FBED: hue angle of 168.8º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FBED is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 251 237 -
CMYK 0.30 0 0.06 0.02
HSL 168.8º 0.9% 0.84% -
HSV(B) 168.8º 0.3% 0.98% -
XYZ 67.69 84.34 92.83 -
YUV 226.98 133.65 91.64 -
System Red Green Blue C M Y K H S L
Decimal 176 251 237 0.30 0 0.06 0.02 168.8 0.9 0.84
Hex B0 FB ED 1E 0 6 2 A9 5A 54
Octal 260 373 355 36 0 6 2 251 132 124
Binary 10110000 11111011 11101101 11110 0 110 10 10101001 1011010 1010100

Color Harmonies of #B0FBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FBED

Black with #B0FBED

Text Example


Text Example

White with #B0FBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FBED; }

 p { color: rgb(176,251,237); }

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

background-color css

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

 a { background-color: rgb(176,251,237); }

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

border-color css

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

 span { border-color: rgb(176,251,237); }

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