Html Css Color HEX #BFF8FC Pale Turquoise

📋 copy color: '#BFF8FC'

red 191 ◦ green 248 ◦ blue 252

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

Shades of Pale Turquoise #BFF8FC

Tints of Pale Turquoise #BFF8FC

RGB

 RED value IS 191 (75% from 255) = 27.64%

 GREEN value IS 248 (97.27% from 255) = 35.89%

 BLUE value IS 252 (98.83% from 255) = 36.47%

R = 27.64%
G = 35.89%
B = 36.47%

CMYK

 C value IS 0.24

 M value IS 0.02

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BFF8FC (or 0xBFF8FC) is known color: Pale Turquoise. HEX triplet: BF, F8 and FC. RGB value is (191,248,252). Sum of RGB (Red+Green+Blue) = 191+248+252=691 (91% of max value = 765). Red value is 191 (75% from 255 or 27.64% from 691); Green value is 248 (97.27% from 255 or 35.89% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFF8FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF8FC is #400703. Grayscale: #E7E7E7. Windows color (decimal): -4196100 or 16578751. OLE color: 16578751.

HSL color Cylindrical-coordinate representation of color #BFF8FC: hue angle of 183.93º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFF8FC is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 248 252 -
CMYK 0.24 0.02 0 0.01
HSL 183.93º 0.91% 0.87% -
HSV(B) 183.93º 0.24% 0.99% -
XYZ 72.62 85.24 104.72 -
YUV 231.41 139.62 99.17 -
System Red Green Blue C M Y K H S L
Decimal 191 248 252 0.24 0.02 0 0.01 183.93 0.91 0.87
Hex BF F8 FC 18 2 0 1 B8 5B 57
Octal 277 370 374 30 2 0 1 270 133 127
Binary 10111111 11111000 11111100 11000 10 0 1 10111000 1011011 1010111

Color Harmonies of #BFF8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF8FC

Black with #BFF8FC

Text Example


Text Example

White with #BFF8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF8FC; }

 p { color: rgb(191,248,252); }

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

background-color css

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

 a { background-color: rgb(191,248,252); }

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

border-color css

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

 span { border-color: rgb(191,248,252); }

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