Html Css Color HEX #B7F5F0 Pale Turquoise

📋 copy color: '#B7F5F0'

red 183 ◦ green 245 ◦ blue 240

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

Shades of Pale Turquoise #B7F5F0

Tints of Pale Turquoise #B7F5F0

RGB

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

 GREEN value IS 245 (96.09% from 255) = 36.68%

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

R = 27.4%
G = 36.68%
B = 35.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#B7F5F0 (or 0xB7F5F0) is known color: Pale Turquoise. HEX triplet: B7, F5 and F0. RGB value is (183,245,240). Sum of RGB (Red+Green+Blue) = 183+245+240=668 (88% of max value = 765). Red value is 183 (71.88% from 255 or 27.40% from 668); Green value is 245 (96.09% from 255 or 36.68% from 668); Blue value is 240 (94.14% from 255 or 35.93% from 668); Max value from RGB is 245 - color contains mainly: green. Hex color #B7F5F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F5F0 is #480A0F. Grayscale: #E1E1E1. Windows color (decimal): -4721168 or 15791543. OLE color: 15791543.

HSL color Cylindrical-coordinate representation of color #B7F5F0: hue angle of 175.16º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7F5F0 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 183 245 240 -
CMYK 0.25 0 0.02 0.04
HSL 175.16º 0.76% 0.84% -
HSV(B) 175.16º 0.25% 0.96% -
XYZ 67.91 81.66 94.62 -
YUV 225.89 135.96 97.41 -
System Red Green Blue C M Y K H S L
Decimal 183 245 240 0.25 0 0.02 0.04 175.16 0.76 0.84
Hex B7 F5 F0 19 0 2 4 AF 4C 54
Octal 267 365 360 31 0 2 4 257 114 124
Binary 10110111 11110101 11110000 11001 0 10 100 10101111 1001100 1010100

Color Harmonies of #B7F5F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7F5F0

Black with #B7F5F0

Text Example


Text Example

White with #B7F5F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7F5F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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