Html Css Color HEX #BCF2F0 Pale Turquoise

📋 copy color: '#BCF2F0'

red 188 ◦ green 242 ◦ blue 240

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

Shades of Pale Turquoise #BCF2F0

Tints of Pale Turquoise #BCF2F0

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.12%

 BLUE value IS 240 (94.14% from 255) = 35.82%

R = 28.06%
G = 36.12%
B = 35.82%

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

#BCF2F0 (or 0xBCF2F0) is known color: Pale Turquoise. HEX triplet: BC, F2 and F0. RGB value is (188,242,240). Sum of RGB (Red+Green+Blue) = 188+242+240=670 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.06% from 670); Green value is 242 (94.92% from 255 or 36.12% from 670); Blue value is 240 (94.14% from 255 or 35.82% from 670); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF2F0 is #430D0F. Grayscale: #E1E1E1. Windows color (decimal): -4394256 or 15790780. OLE color: 15790780.

HSL color Cylindrical-coordinate representation of color #BCF2F0: hue angle of 177.78º degrees, saturation: 0.68, 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 #BCF2F0 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 240 -
CMYK 0.22 0 0.01 0.05
HSL 177.78º 0.68% 0.84% -
HSV(B) 177.78º 0.22% 0.95% -
XYZ 68.22 80.49 94.38 -
YUV 225.63 136.11 101.16 -
System Red Green Blue C M Y K H S L
Decimal 188 242 240 0.22 0 0.01 0.05 177.78 0.68 0.84
Hex BC F2 F0 16 0 1 5 B2 44 54
Octal 274 362 360 26 0 1 5 262 104 124
Binary 10111100 11110010 11110000 10110 0 1 101 10110010 1000100 1010100

Color Harmonies of #BCF2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF2F0

Black with #BCF2F0

Text Example


Text Example

White with #BCF2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF2F0; }

 p { color: rgb(188,242,240); }

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

background-color css

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

 a { background-color: rgb(188,242,240); }

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

border-color css

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

 span { border-color: rgb(188,242,240); }

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