Html Css Color HEX #B7F5FD Pale Turquoise

📋 copy color: '#B7F5FD'

red 183 ◦ green 245 ◦ blue 253

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

Shades of Pale Turquoise #B7F5FD

Tints of Pale Turquoise #B7F5FD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 35.98%

 BLUE value IS 253 (99.22% from 255) = 37.15%

R = 26.87%
G = 35.98%
B = 37.15%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B7F5FD (or 0xB7F5FD) is known color: Pale Turquoise. HEX triplet: B7, F5 and FD. RGB value is (183,245,253). Sum of RGB (Red+Green+Blue) = 183+245+253=681 (90% of max value = 765). Red value is 183 (71.88% from 255 or 26.87% from 681); Green value is 245 (96.09% from 255 or 35.98% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #B7F5FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F5FD is #480A02. Grayscale: #E3E3E3. Windows color (decimal): -4721155 or 16643511. OLE color: 16643511.

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

Color convert

RGB 183 245 253 -
CMYK 0.28 0.03 0 0.01
HSL 186.86º 0.95% 0.85% -
HSV(B) 186.86º 0.28% 0.99% -
XYZ 69.91 82.46 105.16 -
YUV 227.37 142.46 96.35 -
System Red Green Blue C M Y K H S L
Decimal 183 245 253 0.28 0.03 0 0.01 186.86 0.95 0.85
Hex B7 F5 FD 1C 3 0 1 BB 5F 55
Octal 267 365 375 34 3 0 1 273 137 125
Binary 10110111 11110101 11111101 11100 11 0 1 10111011 1011111 1010101

Color Harmonies of #B7F5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7F5FD

Black with #B7F5FD

Text Example


Text Example

White with #B7F5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7F5FD; }

 p { color: rgb(183,245,253); }

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

background-color css

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

 a { background-color: rgb(183,245,253); }

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

border-color css

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

 span { border-color: rgb(183,245,253); }

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