Html Css Color HEX #BFFBFF Pale Turquoise

📋 copy color: '#BFFBFF'

red 191 ◦ green 251 ◦ blue 255

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

Shades of Pale Turquoise #BFFBFF

Tints of Pale Turquoise #BFFBFF

RGB

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

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

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

R = 27.4%
G = 36.01%
B = 36.59%

CMYK

 C value IS 0.25

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BFFBFF (or 0xBFFBFF) is known color: Pale Turquoise. HEX triplet: BF, FB and FF. RGB value is (191,251,255). Sum of RGB (Red+Green+Blue) = 191+251+255=697 (92% of max value = 765). Red value is 191 (75% from 255 or 27.40% from 697); Green value is 251 (98.44% from 255 or 36.01% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFFBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFBFF is #400400. Grayscale: #E9E9E9. Windows color (decimal): -4195329 or 16776127. OLE color: 16776127.

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

Color convert

RGB 191 251 255 -
CMYK 0.25 0.02 0 0
HSL 183.75º 1% 0.87% -
HSV(B) 183.75º 0.25% 1% -
XYZ 74.03 87.29 107.55 -
YUV 233.52 140.12 97.67 -
System Red Green Blue C M Y K H S L
Decimal 191 251 255 0.25 0.02 0 0 183.75 1 0.87
Hex BF FB FF 19 2 0 0 B8 64 57
Octal 277 373 377 31 2 0 0 270 144 127
Binary 10111111 11111011 11111111 11001 10 0 0 10111000 1100100 1010111

Color Harmonies of #BFFBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFBFF

Black with #BFFBFF

Text Example


Text Example

White with #BFFBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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