Html Css Color HEX #B7F2F7 Pale Turquoise

📋 copy color: '#B7F2F7'

red 183 ◦ green 242 ◦ blue 247

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

Shades of Pale Turquoise #B7F2F7

Tints of Pale Turquoise #B7F2F7

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.01%

 BLUE value IS 247 (96.88% from 255) = 36.76%

R = 27.23%
G = 36.01%
B = 36.76%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B7F2F7 (or 0xB7F2F7) is known color: Pale Turquoise. HEX triplet: B7, F2 and F7. RGB value is (183,242,247). Sum of RGB (Red+Green+Blue) = 183+242+247=672 (89% of max value = 765). Red value is 183 (71.88% from 255 or 27.23% from 672); Green value is 242 (94.92% from 255 or 36.01% from 672); Blue value is 247 (96.88% from 255 or 36.76% from 672); Max value from RGB is 247 - color contains mainly: blue. Hex color #B7F2F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F2F7 is #480D08. Grayscale: #E0E0E0. Windows color (decimal): -4721929 or 16249527. OLE color: 16249527.

HSL color Cylindrical-coordinate representation of color #B7F2F7: hue angle of 184.69º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7F2F7 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 183 242 247 -
CMYK 0.26 0.02 0 0.03
HSL 184.69º 0.8% 0.84% -
HSV(B) 184.69º 0.26% 0.97% -
XYZ 68.07 80.29 99.91 -
YUV 224.93 140.45 98.09 -
System Red Green Blue C M Y K H S L
Decimal 183 242 247 0.26 0.02 0 0.03 184.69 0.8 0.84
Hex B7 F2 F7 1A 2 0 3 B9 50 54
Octal 267 362 367 32 2 0 3 271 120 124
Binary 10110111 11110010 11110111 11010 10 0 11 10111001 1010000 1010100

Color Harmonies of #B7F2F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7F2F7

Black with #B7F2F7

Text Example


Text Example

White with #B7F2F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7F2F7; }

 p { color: rgb(183,242,247); }

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

background-color css

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

 a { background-color: rgb(183,242,247); }

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

border-color css

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

 span { border-color: rgb(183,242,247); }

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