Html Css Color HEX #BFFDFE Pale Turquoise

📋 copy color: '#BFFDFE'

red 191 ◦ green 253 ◦ blue 254

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

Shades of Pale Turquoise #BFFDFE

Tints of Pale Turquoise #BFFDFE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 36.25%

 BLUE value IS 254 (99.61% from 255) = 36.39%

R = 27.36%
G = 36.25%
B = 36.39%

CMYK

 C value IS 0.25

 M value IS 0.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BFFDFE (or 0xBFFDFE) is known color: Pale Turquoise. HEX triplet: BF, FD and FE. RGB value is (191,253,254). Sum of RGB (Red+Green+Blue) = 191+253+254=698 (92% of max value = 765). Red value is 191 (75% from 255 or 27.36% from 698); Green value is 253 (99.22% from 255 or 36.25% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFFDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFDFE is #400201. Grayscale: #EAEAEA. Windows color (decimal): -4194818 or 16711103. OLE color: 16711103.

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

Color convert

RGB 191 253 254 -
CMYK 0.25 0.00 0 0.00
HSL 180.95º 0.97% 0.87% -
HSV(B) 180.95º 0.25% 1% -
XYZ 74.5 88.48 106.92 -
YUV 234.58 138.96 96.92 -
System Red Green Blue C M Y K H S L
Decimal 191 253 254 0.25 0.00 0 0.00 180.95 0.97 0.87
Hex BF FD FE 19 0 0 0 B5 61 57
Octal 277 375 376 31 0 0 0 265 141 127
Binary 10111111 11111101 11111110 11001 0 0 0 10110101 1100001 1010111

Color Harmonies of #BFFDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFDFE

Black with #BFFDFE

Text Example


Text Example

White with #BFFDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFDFE; }

 p { color: rgb(191,253,254); }

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

background-color css

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

 a { background-color: rgb(191,253,254); }

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

border-color css

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

 span { border-color: rgb(191,253,254); }

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