Html Css Color HEX #B7FEF0 Pale Turquoise

📋 copy color: '#B7FEF0'

red 183 ◦ green 254 ◦ blue 240

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

Shades of Pale Turquoise #B7FEF0

Tints of Pale Turquoise #B7FEF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.45%

R = 27.03%
G = 37.52%
B = 35.45%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#B7FEF0 (or 0xB7FEF0) is known color: Pale Turquoise. HEX triplet: B7, FE and F0. RGB value is (183,254,240). Sum of RGB (Red+Green+Blue) = 183+254+240=677 (89% of max value = 765). Red value is 183 (71.88% from 255 or 27.03% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 240 (94.14% from 255 or 35.45% from 677); Max value from RGB is 254 - color contains mainly: green. Hex color #B7FEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FEF0 is #48010F. Grayscale: #E7E7E7. Windows color (decimal): -4718864 or 15793847. OLE color: 15793847.

HSL color Cylindrical-coordinate representation of color #B7FEF0: hue angle of 168.17º 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 #B7FEF0 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB 183 254 240 -
CMYK 0.28 0 0.06 0.00
HSL 168.17º 0.97% 0.86% -
HSV(B) 168.17º 0.28% 1% -
XYZ 70.7 87.24 95.55 -
YUV 231.18 132.98 93.64 -
System Red Green Blue C M Y K H S L
Decimal 183 254 240 0.28 0 0.06 0.00 168.17 0.97 0.86
Hex B7 FE F0 1C 0 6 0 A8 61 56
Octal 267 376 360 34 0 6 0 250 141 126
Binary 10110111 11111110 11110000 11100 0 110 0 10101000 1100001 1010110

Color Harmonies of #B7FEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7FEF0

Black with #B7FEF0

Text Example


Text Example

White with #B7FEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7FEF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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