Html Css Color HEX #BFF4ED Pale Turquoise

📋 copy color: '#BFF4ED'

red 191 ◦ green 244 ◦ blue 237

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

Shades of Pale Turquoise #BFF4ED

Tints of Pale Turquoise #BFF4ED

RGB

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

 GREEN value IS 244 (95.7% from 255) = 36.31%

 BLUE value IS 237 (92.97% from 255) = 35.27%

R = 28.42%
G = 36.31%
B = 35.27%

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

#BFF4ED (or 0xBFF4ED) is known color: Pale Turquoise. HEX triplet: BF, F4 and ED. RGB value is (191,244,237). Sum of RGB (Red+Green+Blue) = 191+244+237=672 (89% of max value = 765). Red value is 191 (75% from 255 or 28.42% from 672); Green value is 244 (95.70% from 255 or 36.31% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF4ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF4ED is #400B12. Grayscale: #E3E3E3. Windows color (decimal): -4197139 or 15594687. OLE color: 15594687.

HSL color Cylindrical-coordinate representation of color #BFF4ED: hue angle of 172.08º degrees, saturation: 0.71, 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 #BFF4ED is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 244 237 -
CMYK 0.22 0 0.03 0.04
HSL 172.08º 0.71% 0.85% -
HSV(B) 172.08º 0.22% 0.96% -
XYZ 69.12 81.89 92.28 -
YUV 227.36 133.44 102.07 -
System Red Green Blue C M Y K H S L
Decimal 191 244 237 0.22 0 0.03 0.04 172.08 0.71 0.85
Hex BF F4 ED 16 0 3 4 AC 47 55
Octal 277 364 355 26 0 3 4 254 107 125
Binary 10111111 11110100 11101101 10110 0 11 100 10101100 1000111 1010101

Color Harmonies of #BFF4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF4ED

Black with #BFF4ED

Text Example


Text Example

White with #BFF4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF4ED; }

 p { color: rgb(191,244,237); }

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

background-color css

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

 a { background-color: rgb(191,244,237); }

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

border-color css

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

 span { border-color: rgb(191,244,237); }

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