Html Css Color HEX #B7FAF0 Pale Turquoise

📋 copy color: '#B7FAF0'

red 183 ◦ green 250 ◦ blue 240

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

Shades of Pale Turquoise #B7FAF0

Tints of Pale Turquoise #B7FAF0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.15%

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

R = 27.19%
G = 37.15%
B = 35.66%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#B7FAF0 (or 0xB7FAF0) is known color: Pale Turquoise. HEX triplet: B7, FA and F0. RGB value is (183,250,240). Sum of RGB (Red+Green+Blue) = 183+250+240=673 (89% of max value = 765). Red value is 183 (71.88% from 255 or 27.19% from 673); Green value is 250 (98.05% from 255 or 37.15% from 673); Blue value is 240 (94.14% from 255 or 35.66% from 673); Max value from RGB is 250 - color contains mainly: green. Hex color #B7FAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FAF0 is #48050F. Grayscale: #E4E4E4. Windows color (decimal): -4719888 or 15792823. OLE color: 15792823.

HSL color Cylindrical-coordinate representation of color #B7FAF0: hue angle of 171.04º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7FAF0 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 250 240 -
CMYK 0.27 0 0.04 0.02
HSL 171.04º 0.87% 0.85% -
HSV(B) 171.04º 0.27% 0.98% -
XYZ 69.44 84.73 95.13 -
YUV 228.83 134.3 95.31 -
System Red Green Blue C M Y K H S L
Decimal 183 250 240 0.27 0 0.04 0.02 171.04 0.87 0.85
Hex B7 FA F0 1B 0 4 2 AB 57 55
Octal 267 372 360 33 0 4 2 253 127 125
Binary 10110111 11111010 11110000 11011 0 100 10 10101011 1010111 1010101

Color Harmonies of #B7FAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7FAF0

Black with #B7FAF0

Text Example


Text Example

White with #B7FAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7FAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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