Html Css Color HEX #BCF1EF Pale Turquoise

📋 copy color: '#BCF1EF'

red 188 ◦ green 241 ◦ blue 239

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

Shades of Pale Turquoise #BCF1EF

Tints of Pale Turquoise #BCF1EF

RGB

 RED value IS 188 (73.83% from 255) = 28.14%

 GREEN value IS 241 (94.53% from 255) = 36.08%

 BLUE value IS 239 (93.75% from 255) = 35.78%

R = 28.14%
G = 36.08%
B = 35.78%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#BCF1EF (or 0xBCF1EF) is known color: Pale Turquoise. HEX triplet: BC, F1 and EF. RGB value is (188,241,239). Sum of RGB (Red+Green+Blue) = 188+241+239=668 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.14% from 668); Green value is 241 (94.53% from 255 or 36.08% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF1EF is #430E10. Grayscale: #E0E0E0. Windows color (decimal): -4394513 or 15724988. OLE color: 15724988.

HSL color Cylindrical-coordinate representation of color #BCF1EF: hue angle of 177.74º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF1EF is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 241 239 -
CMYK 0.22 0 0.01 0.05
HSL 177.74º 0.65% 0.84% -
HSV(B) 177.74º 0.22% 0.95% -
XYZ 67.77 79.83 93.5 -
YUV 224.93 135.94 101.66 -
System Red Green Blue C M Y K H S L
Decimal 188 241 239 0.22 0 0.01 0.05 177.74 0.65 0.84
Hex BC F1 EF 16 0 1 5 B2 41 54
Octal 274 361 357 26 0 1 5 262 101 124
Binary 10111100 11110001 11101111 10110 0 1 101 10110010 1000001 1010100

Color Harmonies of #BCF1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF1EF

Black with #BCF1EF

Text Example


Text Example

White with #BCF1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF1EF; }

 p { color: rgb(188,241,239); }

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

background-color css

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

 a { background-color: rgb(188,241,239); }

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

border-color css

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

 span { border-color: rgb(188,241,239); }

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