Html Css Color HEX #B7F4F6 Pale Turquoise

📋 copy color: '#B7F4F6'

red 183 ◦ green 244 ◦ blue 246

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

Shades of Pale Turquoise #B7F4F6

Tints of Pale Turquoise #B7F4F6

RGB

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

 GREEN value IS 244 (95.7% from 255) = 36.26%

 BLUE value IS 246 (96.48% from 255) = 36.55%

R = 27.19%
G = 36.26%
B = 36.55%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B7F4F6 (or 0xB7F4F6) is known color: Pale Turquoise. HEX triplet: B7, F4 and F6. RGB value is (183,244,246). Sum of RGB (Red+Green+Blue) = 183+244+246=673 (89% of max value = 765). Red value is 183 (71.88% from 255 or 27.19% from 673); Green value is 244 (95.70% from 255 or 36.26% from 673); Blue value is 246 (96.48% from 255 or 36.55% from 673); Max value from RGB is 246 - color contains mainly: blue. Hex color #B7F4F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F4F6 is #480B09. Grayscale: #E1E1E1. Windows color (decimal): -4721418 or 16184503. OLE color: 16184503.

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

Color convert

RGB 183 244 246 -
CMYK 0.26 0.01 0 0.04
HSL 181.9º 0.78% 0.84% -
HSV(B) 181.9º 0.26% 0.96% -
XYZ 68.51 81.42 99.29 -
YUV 225.99 139.29 97.34 -
System Red Green Blue C M Y K H S L
Decimal 183 244 246 0.26 0.01 0 0.04 181.9 0.78 0.84
Hex B7 F4 F6 1A 1 0 4 B6 4E 54
Octal 267 364 366 32 1 0 4 266 116 124
Binary 10110111 11110100 11110110 11010 1 0 100 10110110 1001110 1010100

Color Harmonies of #B7F4F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7F4F6

Black with #B7F4F6

Text Example


Text Example

White with #B7F4F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7F4F6; }

 p { color: rgb(183,244,246); }

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

background-color css

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

 a { background-color: rgb(183,244,246); }

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

border-color css

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

 span { border-color: rgb(183,244,246); }

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