Html Css Color HEX #B7F2FF Pale Turquoise

📋 copy color: '#B7F2FF'

red 183 ◦ green 242 ◦ blue 255

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

Shades of Pale Turquoise #B7F2FF

Tints of Pale Turquoise #B7F2FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.5%

R = 26.91%
G = 35.59%
B = 37.5%

CMYK

 C value IS 0.28

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B7F2FF (or 0xB7F2FF) is known color: Pale Turquoise. HEX triplet: B7, F2 and FF. RGB value is (183,242,255). Sum of RGB (Red+Green+Blue) = 183+242+255=680 (90% of max value = 765). Red value is 183 (71.88% from 255 or 26.91% from 680); Green value is 242 (94.92% from 255 or 35.59% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7F2FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F2FF is #480D00. Grayscale: #E1E1E1. Windows color (decimal): -4721921 or 16773815. OLE color: 16773815.

HSL color Cylindrical-coordinate representation of color #B7F2FF: hue angle of 190.83º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7F2FF is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 183 242 255 -
CMYK 0.28 0.05 0 0
HSL 190.83º 1% 0.86% -
HSV(B) 190.83º 0.28% 1% -
XYZ 69.33 80.79 106.55 -
YUV 225.84 144.45 97.44 -
System Red Green Blue C M Y K H S L
Decimal 183 242 255 0.28 0.05 0 0 190.83 1 0.86
Hex B7 F2 FF 1C 5 0 0 BF 64 56
Octal 267 362 377 34 5 0 0 277 144 126
Binary 10110111 11110010 11111111 11100 101 0 0 10111111 1100100 1010110

Color Harmonies of #B7F2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7F2FF

Black with #B7F2FF

Text Example


Text Example

White with #B7F2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7F2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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