Html Css Color HEX #B0EFF3 Pale Turquoise

📋 copy color: '#B0EFF3'

red 176 ◦ green 239 ◦ blue 243

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

Shades of Pale Turquoise #B0EFF3

Tints of Pale Turquoise #B0EFF3

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.32%

 BLUE value IS 243 (95.31% from 255) = 36.93%

R = 26.75%
G = 36.32%
B = 36.93%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B0EFF3 (or 0xB0EFF3) is known color: Pale Turquoise. HEX triplet: B0, EF and F3. RGB value is (176,239,243). Sum of RGB (Red+Green+Blue) = 176+239+243=658 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.75% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 243 (95.31% from 255 or 36.93% from 658); Max value from RGB is 243 - color contains mainly: blue. Hex color #B0EFF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EFF3 is #4F100C. Grayscale: #DCDCDC. Windows color (decimal): -5181453 or 15986608. OLE color: 15986608.

HSL color Cylindrical-coordinate representation of color #B0EFF3: hue angle of 183.58º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0EFF3 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 239 243 -
CMYK 0.28 0.02 0 0.05
HSL 183.58º 0.74% 0.82% -
HSV(B) 183.58º 0.28% 0.95% -
XYZ 64.95 77.43 96.32 -
YUV 220.62 140.63 96.17 -
System Red Green Blue C M Y K H S L
Decimal 176 239 243 0.28 0.02 0 0.05 183.58 0.74 0.82
Hex B0 EF F3 1C 2 0 5 B8 4A 52
Octal 260 357 363 34 2 0 5 270 112 122
Binary 10110000 11101111 11110011 11100 10 0 101 10111000 1001010 1010010

Color Harmonies of #B0EFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EFF3

Black with #B0EFF3

Text Example


Text Example

White with #B0EFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EFF3; }

 p { color: rgb(176,239,243); }

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

background-color css

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

 a { background-color: rgb(176,239,243); }

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

border-color css

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

 span { border-color: rgb(176,239,243); }

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