Html Css Color HEX #B7FCF2 Pale Turquoise

📋 copy color: '#B7FCF2'

red 183 ◦ green 252 ◦ blue 242

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

Shades of Pale Turquoise #B7FCF2

Tints of Pale Turquoise #B7FCF2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.22%

 BLUE value IS 242 (94.92% from 255) = 35.75%

R = 27.03%
G = 37.22%
B = 35.75%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#B7FCF2 (or 0xB7FCF2) is known color: Pale Turquoise. HEX triplet: B7, FC and F2. RGB value is (183,252,242). Sum of RGB (Red+Green+Blue) = 183+252+242=677 (89% of max value = 765). Red value is 183 (71.88% from 255 or 27.03% from 677); Green value is 252 (98.83% from 255 or 37.22% from 677); Blue value is 242 (94.92% from 255 or 35.75% from 677); Max value from RGB is 252 - color contains mainly: green. Hex color #B7FCF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FCF2 is #48030D. Grayscale: #E6E6E6. Windows color (decimal): -4719374 or 15924407. OLE color: 15924407.

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

Color convert

RGB 183 252 242 -
CMYK 0.27 0 0.04 0.01
HSL 171.3º 0.92% 0.85% -
HSV(B) 171.3º 0.27% 0.99% -
XYZ 70.37 86.1 96.91 -
YUV 230.23 134.64 94.31 -
System Red Green Blue C M Y K H S L
Decimal 183 252 242 0.27 0 0.04 0.01 171.3 0.92 0.85
Hex B7 FC F2 1B 0 4 1 AB 5C 55
Octal 267 374 362 33 0 4 1 253 134 125
Binary 10110111 11111100 11110010 11011 0 100 1 10101011 1011100 1010101

Color Harmonies of #B7FCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7FCF2

Black with #B7FCF2

Text Example


Text Example

White with #B7FCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7FCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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