Html Css Color HEX #B7F0FA Pale Turquoise

📋 copy color: '#B7F0FA'

red 183 ◦ green 240 ◦ blue 250

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

Shades of Pale Turquoise #B7F0FA

Tints of Pale Turquoise #B7F0FA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.66%

 BLUE value IS 250 (98.05% from 255) = 37.15%

R = 27.19%
G = 35.66%
B = 37.15%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B7F0FA (or 0xB7F0FA) is known color: Pale Turquoise. HEX triplet: B7, F0 and FA. RGB value is (183,240,250). Sum of RGB (Red+Green+Blue) = 183+240+250=673 (89% of max value = 765). Red value is 183 (71.88% from 255 or 27.19% from 673); Green value is 240 (94.14% from 255 or 35.66% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 250 - color contains mainly: blue. Hex color #B7F0FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F0FA is #480F05. Grayscale: #E0E0E0. Windows color (decimal): -4722438 or 16445623. OLE color: 16445623.

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

Color convert

RGB 183 240 250 -
CMYK 0.27 0.04 0 0.02
HSL 188.96º 0.87% 0.85% -
HSV(B) 188.96º 0.27% 0.98% -
XYZ 67.94 79.29 102.17 -
YUV 224.1 142.62 98.69 -
System Red Green Blue C M Y K H S L
Decimal 183 240 250 0.27 0.04 0 0.02 188.96 0.87 0.85
Hex B7 F0 FA 1B 4 0 2 BD 57 55
Octal 267 360 372 33 4 0 2 275 127 125
Binary 10110111 11110000 11111010 11011 100 0 10 10111101 1010111 1010101

Color Harmonies of #B7F0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7F0FA

Black with #B7F0FA

Text Example


Text Example

White with #B7F0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7F0FA; }

 p { color: rgb(183,240,250); }

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

background-color css

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

 a { background-color: rgb(183,240,250); }

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

border-color css

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

 span { border-color: rgb(183,240,250); }

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