Html Css Color HEX #B7FBF2 Pale Turquoise

📋 copy color: '#B7FBF2'

red 183 ◦ green 251 ◦ blue 242

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

Shades of Pale Turquoise #B7FBF2

Tints of Pale Turquoise #B7FBF2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.13%

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

R = 27.07%
G = 37.13%
B = 35.8%

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

#B7FBF2 (or 0xB7FBF2) is known color: Pale Turquoise. HEX triplet: B7, FB and F2. RGB value is (183,251,242). Sum of RGB (Red+Green+Blue) = 183+251+242=676 (89% of max value = 765). Red value is 183 (71.88% from 255 or 27.07% from 676); Green value is 251 (98.44% from 255 or 37.13% from 676); Blue value is 242 (94.92% from 255 or 35.80% from 676); Max value from RGB is 251 - color contains mainly: green. Hex color #B7FBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FBF2 is #48040D. Grayscale: #E5E5E5. Windows color (decimal): -4719630 or 15924151. OLE color: 15924151.

HSL color Cylindrical-coordinate representation of color #B7FBF2: hue angle of 172.06º degrees, saturation: 0.89, 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 #B7FBF2 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 251 242 -
CMYK 0.27 0 0.04 0.02
HSL 172.06º 0.89% 0.85% -
HSV(B) 172.06º 0.27% 0.98% -
XYZ 70.05 85.47 96.81 -
YUV 229.64 134.97 94.73 -
System Red Green Blue C M Y K H S L
Decimal 183 251 242 0.27 0 0.04 0.02 172.06 0.89 0.85
Hex B7 FB F2 1B 0 4 2 AC 59 55
Octal 267 373 362 33 0 4 2 254 131 125
Binary 10110111 11111011 11110010 11011 0 100 10 10101100 1011001 1010101

Color Harmonies of #B7FBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7FBF2

Black with #B7FBF2

Text Example


Text Example

White with #B7FBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7FBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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