Html Css Color HEX #BFF5EE Pale Turquoise

📋 copy color: '#BFF5EE'

red 191 ◦ green 245 ◦ blue 238

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

Shades of Pale Turquoise #BFF5EE

Tints of Pale Turquoise #BFF5EE

RGB

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

 GREEN value IS 245 (96.09% from 255) = 36.35%

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

R = 28.34%
G = 36.35%
B = 35.31%

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

#BFF5EE (or 0xBFF5EE) is known color: Pale Turquoise. HEX triplet: BF, F5 and EE. RGB value is (191,245,238). Sum of RGB (Red+Green+Blue) = 191+245+238=674 (89% of max value = 765). Red value is 191 (75% from 255 or 28.34% from 674); Green value is 245 (96.09% from 255 or 36.35% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF5EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF5EE is #400A11. Grayscale: #E4E4E4. Windows color (decimal): -4196882 or 15660479. OLE color: 15660479.

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

Color convert

RGB 191 245 238 -
CMYK 0.22 0 0.03 0.04
HSL 172.22º 0.73% 0.85% -
HSV(B) 172.22º 0.22% 0.96% -
XYZ 69.57 82.55 93.16 -
YUV 228.06 133.61 101.57 -
System Red Green Blue C M Y K H S L
Decimal 191 245 238 0.22 0 0.03 0.04 172.22 0.73 0.85
Hex BF F5 EE 16 0 3 4 AC 49 55
Octal 277 365 356 26 0 3 4 254 111 125
Binary 10111111 11110101 11101110 10110 0 11 100 10101100 1001001 1010101

Color Harmonies of #BFF5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF5EE

Black with #BFF5EE

Text Example


Text Example

White with #BFF5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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