Html Css Color HEX #B7FEF8 Pale Turquoise

📋 copy color: '#B7FEF8'

red 183 ◦ green 254 ◦ blue 248

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

Shades of Pale Turquoise #B7FEF8

Tints of Pale Turquoise #B7FEF8

RGB

 RED value IS 183 (71.88% from 255) = 26.72%

 GREEN value IS 254 (99.61% from 255) = 37.08%

 BLUE value IS 248 (97.27% from 255) = 36.2%

R = 26.72%
G = 37.08%
B = 36.2%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#B7FEF8 (or 0xB7FEF8) is known color: Pale Turquoise. HEX triplet: B7, FE and F8. RGB value is (183,254,248). Sum of RGB (Red+Green+Blue) = 183+254+248=685 (90% of max value = 765). Red value is 183 (71.88% from 255 or 26.72% from 685); Green value is 254 (99.61% from 255 or 37.08% from 685); Blue value is 248 (97.27% from 255 or 36.20% from 685); Max value from RGB is 254 - color contains mainly: green. Hex color #B7FEF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FEF8 is #480107. Grayscale: #E8E8E8. Windows color (decimal): -4718856 or 16318135. OLE color: 16318135.

HSL color Cylindrical-coordinate representation of color #B7FEF8: hue angle of 174.93º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7FEF8 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB 183 254 248 -
CMYK 0.28 0 0.02 0.00
HSL 174.93º 0.97% 0.86% -
HSV(B) 174.93º 0.28% 1% -
XYZ 71.91 87.73 101.95 -
YUV 232.09 136.98 92.99 -
System Red Green Blue C M Y K H S L
Decimal 183 254 248 0.28 0 0.02 0.00 174.93 0.97 0.86
Hex B7 FE F8 1C 0 2 0 AF 61 56
Octal 267 376 370 34 0 2 0 257 141 126
Binary 10110111 11111110 11111000 11100 0 10 0 10101111 1100001 1010110

Color Harmonies of #B7FEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7FEF8

Black with #B7FEF8

Text Example


Text Example

White with #B7FEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7FEF8; }

 p { color: rgb(183,254,248); }

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

background-color css

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

 a { background-color: rgb(183,254,248); }

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

border-color css

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

 span { border-color: rgb(183,254,248); }

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