Html Css Color HEX #BFF6EE Pale Turquoise

📋 copy color: '#BFF6EE'

red 191 ◦ green 246 ◦ blue 238

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

Shades of Pale Turquoise #BFF6EE

Tints of Pale Turquoise #BFF6EE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.44%

 BLUE value IS 238 (93.36% from 255) = 35.26%

R = 28.3%
G = 36.44%
B = 35.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#BFF6EE (or 0xBFF6EE) is known color: Pale Turquoise. HEX triplet: BF, F6 and EE. RGB value is (191,246,238). Sum of RGB (Red+Green+Blue) = 191+246+238=675 (89% of max value = 765). Red value is 191 (75% from 255 or 28.30% from 675); Green value is 246 (96.48% from 255 or 36.44% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF6EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF6EE is #400911. Grayscale: #E4E4E4. Windows color (decimal): -4196626 or 15660735. OLE color: 15660735.

HSL color Cylindrical-coordinate representation of color #BFF6EE: hue angle of 171.27º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF6EE is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 246 238 -
CMYK 0.22 0 0.03 0.04
HSL 171.27º 0.75% 0.86% -
HSV(B) 171.27º 0.22% 0.96% -
XYZ 69.87 83.16 93.26 -
YUV 228.64 133.28 101.15 -
System Red Green Blue C M Y K H S L
Decimal 191 246 238 0.22 0 0.03 0.04 171.27 0.75 0.86
Hex BF F6 EE 16 0 3 4 AB 4B 56
Octal 277 366 356 26 0 3 4 253 113 126
Binary 10111111 11110110 11101110 10110 0 11 100 10101011 1001011 1010110

Color Harmonies of #BFF6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF6EE

Black with #BFF6EE

Text Example


Text Example

White with #BFF6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF6EE; }

 p { color: rgb(191,246,238); }

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

background-color css

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

 a { background-color: rgb(191,246,238); }

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

border-color css

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

 span { border-color: rgb(191,246,238); }

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