Html Css Color HEX #BFFBFC Pale Turquoise

📋 copy color: '#BFFBFC'

red 191 ◦ green 251 ◦ blue 252

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

Shades of Pale Turquoise #BFFBFC

Tints of Pale Turquoise #BFFBFC

RGB

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

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

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

R = 27.52%
G = 36.17%
B = 36.31%

CMYK

 C value IS 0.24

 M value IS 0.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BFFBFC (or 0xBFFBFC) is known color: Pale Turquoise. HEX triplet: BF, FB and FC. RGB value is (191,251,252). Sum of RGB (Red+Green+Blue) = 191+251+252=694 (91% of max value = 765). Red value is 191 (75% from 255 or 27.52% from 694); Green value is 251 (98.44% from 255 or 36.17% from 694); Blue value is 252 (98.83% from 255 or 36.31% from 694); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFFBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFBFC is #400403. Grayscale: #E9E9E9. Windows color (decimal): -4195332 or 16579519. OLE color: 16579519.

HSL color Cylindrical-coordinate representation of color #BFFBFC: hue angle of 180.98º 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 #BFFBFC is Cyan = 0.24, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 251 252 -
CMYK 0.24 0.00 0 0.01
HSL 180.98º 0.91% 0.87% -
HSV(B) 180.98º 0.24% 0.99% -
XYZ 73.55 87.1 105.03 -
YUV 233.17 138.62 97.92 -
System Red Green Blue C M Y K H S L
Decimal 191 251 252 0.24 0.00 0 0.01 180.98 0.91 0.87
Hex BF FB FC 18 0 0 1 B5 5B 57
Octal 277 373 374 30 0 0 1 265 133 127
Binary 10111111 11111011 11111100 11000 0 0 1 10110101 1011011 1010111

Color Harmonies of #BFFBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFBFC

Black with #BFFBFC

Text Example


Text Example

White with #BFFBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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